migrations
migrations copied to clipboard
Add deferrable constraints management for PSQL
Port https://github.com/cakephp/phinx/pull/2322 ?
implement the deferrable constraints management for PSQL, related to issue https://github.com/cakephp/phinx/issues/1665 .
Seems like something that would be in-scope for the foreign key builder in #770
This was ported over in https://github.com/cakephp/migrations/pull/789 and is part of the 4.6.0 release