Structuring migration files

As more DB functions and tables are added it becomes increasingly difficult to navigate the migration files. I am wondering if there is a way to structure the migration folder in any other way than the default chronological.

It would be helpful to structure the migration code by function or group the files by tables for example.
Was this page helpful?