mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 16:29:18 +00:00
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
|
|
// Delete the foreign key on `<%= attribute %>` column.
|
|
table.dropForeign('<%= attribute %>').dropColumn('<%= attribute %>')
|