Answers for "remove a migration rails"

0

rails migration remove colum

remove_column :table_name, :column_name
Posted by: Guest on March-19-2021
0

how to destroy a migration in rails

$ rails d migration SameMigrationNameAsUsedToGenerate
Posted by: Guest on July-21-2021

Code answers related to "remove a migration rails"

Browse Popular Code Answers by Language