4 lines
133 B
Plaintext
Raw Normal View History

// Delete the `<%= attribute %>` column with unique constraint.
table.dropUnique('<%= attribute %>').dropColumn('<%= attribute %>')