-
Notifications
You must be signed in to change notification settings - Fork 890
Open
Labels
Description
Hello,
On some DBMS (like PostgreSQL) it is possible to have deferrable constraints.
This is useful and we use this feature for almost all of our Foreign Key constraints.
It seems that it is not possible to have this feature when using the "addForeignKey" function.
It there something that I missed or it is not implemented in Phinx?
If it is not implemented, is there any chance to have this feature supported in Phinx?