Releases: odan/phinx-migrations-generator
Releases · odan/phinx-migrations-generator
4.0.5
Fixed
- Fix diff for unchanged tables #55
4.0.4
Fixed
- Fixed int, bigint limit
- Fixed decimal precision
4.0.3
- Fixed migration path issue on php 7.3 #50
4.0.2
Fixed
- Fixed migration path issue on php 7.3
4.0.1
Fixed
- Fixed invalid default column value
Changed
- Use single quotes for table names
4.0.0
Changes
- Changed minimum version to PHP 7.2
- Optimized generated code structure (no variables required anymore)
Added
- Added support for multiple column primary keys #46
- Added Interfaces #47
- Added typehints
Removed
- Removed TABLE_SCHEMA (database name) from schema.php #45
3.1.0
Fixed
- Fixed incorrect removal of index when they don't exist #44
3.0.1
Fixed
- Fixed addColumn to fix change column errors #37
3.0.0
Changes
- Updated to phinx ^0.10
- Changed
dropTable
to $this->table($table)->dropTable()->save();
2.7.0
Fixed
- Fixed primary keys
- Fixed undefined index when there are no old tables
- Fix delete rule for foreign keys
- Fixed default bit value literals
New
- Added support for table row_format