AymDev

Results 4 issues of AymDev

Just a typo I found while browsing your source code.

# `$tableName` parameter ## Why was it useful in v1 The `$tableName` parameter of the [constructor](https://github.com/AymDev/Fregata/blob/master/src/Adapter/Doctrine/DBAL/ForeignKey/ForeignKey.php#L28) is required because of https://github.com/doctrine/dbal/issues/4506 which prevents getting the local table from a `ForeignKeyConstraint`....

v2

Testing the migration requires manually resetting the target database to delete migrated data. **Solution:** Especially if #4 is implemented, target connections databases could reset themselves in development, if a SQL...

feature

Migrations should be tested in a development environment and then run on production databases. Switching from one environment to another requires manually change the *connections* properties. **Solution (suggestion):** Manage environment...

feature