Releases: odan/phinx-migrations-generator
Releases · odan/phinx-migrations-generator
2.1.1
2.1.0: Merge pull request #12 from BLaDZer/master
Added
- Support for limited indexes
2.0.0: Added support for alternative primary keys #9
Added
- Support for alternative primary keys #9
Changed
- Table create code
- Table settings for collation, encoding and comment.
- Column comment setting.
Fixed
- Column comments
1.2.0
1.1.0
Use phinx configuration and environments
Breaking Changes
This new version uses the phinx configuration file. You don't need the extra config file anymore. Now the phinx-migrations-generator is some kind of a 'wrapper' for phinx and can run all other phinx commands too.
For more details see issue: #1