3.4.0
Creating migrations for more than one table now forces the order in which they are created based on the foreign key dependencies. When tables are cross-referenced additional special foreign key migration is added at the end of the whole process.
New config option:
templateFileForeignKey
- template file for generating new foreign keys migrations (default@bizley/migration/views/create_fk_migration.php
)