3.7.2
版本发布时间: 2023-01-12 23:41:55
cakephp/migrations最新发布版本:4.4.1(2024-09-16 23:17:15)
Fixes
- Set BC feature flags to false for now. by @dereuromark in https://github.com/cakephp/migrations/pull/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: https://github.com/cakephp/migrations/compare/3.7.1...3.7.2