Large legacy projects can contain a massive amount of audit data. Adding foreign keys can take a significant amount of time. I have added a 'with_foreign_keys' parameter, which can be used to disable the creation of foreign keys.
Changelog
### Added
Added the `disable_foreign_keys` parameter, which disables the creation of foreign keys.
Subject
Large legacy projects can contain a massive amount of audit data. Adding foreign keys can take a significant amount of time. I have added a 'with_foreign_keys' parameter, which can be used to disable the creation of foreign keys.
Changelog