Is it okay to manually edit migration files?

I recently had a migration file execute commands for dropping a table in the wrong order. Can I reorder them manually? This wouldn't result in any schema changes technically....
1 Reply
samson
samson9mo ago
yes why not. A migration file is just a list of commands that is executed upon calling the file.

Did you find this page helpful?