packagist cakephp/migrations 1.6.3
CakePHP Migrations 1.6.3 released

latest releases: dev-add-status-command, dev-no-phinx, dev-config-integration...
7 years ago
  • Add support for specifying a nullable field when baking a migration. You can now use a question mark after the field type to tell bake that you want this field to be nullable. Here is an example :
# `description` and `age` fields will be nullable
bin/cake bake migration CreatePerson name:string description:string? age:integer?

More information about baking migrations in the Cookbook

(Issue #203 / PR #249)

  • When a dump file is generated, all tables in the database will be added to it. This is to prevent migrations diff to be include tables already in registered in the database (Issue #232 / PR #248)

Don't miss a new migrations release

NewReleases is sending notifications on new releases.