migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Add deferrable constraints management for PSQL

Open dereuromark opened this issue 1 year ago • 1 comments

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 .

dereuromark avatar Nov 30 '24 19:11 dereuromark

Seems like something that would be in-scope for the foreign key builder in #770

markstory avatar Dec 01 '24 05:12 markstory

This was ported over in https://github.com/cakephp/migrations/pull/789 and is part of the 4.6.0 release

LordSimal avatar Jul 06 '25 16:07 LordSimal