github cakephp/migrations 1.6.6
CakePHP Migrations 1.6.6 released

latest releases: 4.3.0, 4.2.0, 4.1.1...
7 years ago
  • Updated the phinx dependency to its latest version (0.6.5) (#291)
  • When baking a migration and making a field null using the ? option, it was not possible to specify a length for the field. This has been fixed (#290). You can now use a command similar to this :
bin/cake bake migration name:string?[50]
  • When baking a migration, column name that ends with _at will automatically be detected as datetime columns (#292)
  • When baking a diff, the column properties limit, default and null are always added to addColumn and changeColumn instructions : this prevents data-desynchronization (#293)

Don't miss a new migrations release

NewReleases is sending notifications on new releases.