Migrations 3.7.2
Fixes
- Set BC feature flags to false for now. by @dereuromark in #600
This restores BC with <=3.6. If you want to keep using the new feature flags enabled, see https://github.com/cakephp/phinx/releases/tag/0.13.4// config/app.php 'Migrations' => [ 'unsigned_primary_keys' => true, 'column_null_default' => true, ],
Full Changelog: 3.7.1...3.7.2