- 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]