4 lines
126 B
Plaintext
Raw Normal View History

// Delete the foreign key on `<%= attribute %>` column.
2016-04-19 17:07:21 +02:00
table.dropForeign('<%= attribute %>').dropColumn('<%= attribute %>')