Phinx v0.12.4 Release Notes
Release Date: 2020-08-18 // about 4 years ago-
๐ Fixes
- ๐ Fixed adding columns to existing SQLite table with table constraints
- ๐ Fixed problems in SQLite Adapter around foreign key creation
- ๐ Fixed renaming columns in mixed case table in Postgres
- ๐ Fix error when using Phinx with MySQL 8.0.21+
๐ Improvements
- โ Added support for
decimal
in SQLite adapter - โ Added support for native Mysql blob types and fallback for binary
- โ Removed cakephp/collection dependency
Previous changes from v0.12.3
-
๐ Improvements
- ๐ Changed migration template to adopt strict types and create migrations as final
- โ Added support for BinaryUUID to SqlServer