mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 16:29:18 +00:00
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
|
|
// Delete the `<%= attribute %>` column with unique constraint.
|
|
table.dropUnique('<%= tableName.toLowerCase() %>_<%= attribute %>_unique').dropColumn('<%= attribute %>')
|