zend-db icon indicating copy to clipboard operation
zend-db copied to clipboard

Fix AlterTable::dropConstraint() by allowing the use of decorator

Open nanawel opened this issue 7 years ago • 17 comments

Fixes a broken implementation under MySQL: DROP CONSTRAINT is not supported, you have to use DROP [FOREIGN KEY | INDEX | KEY] instead.

See issue #36

Warning: introduces a potential breaking change (string parameter is now a typed object).

nanawel avatar May 22 '17 16:05 nanawel