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
yes why not. A migration file is just a list of commands that is executed upon calling the file.