Phinx v0.12.4 Release Notes

Release Date: 2020-08-18 // over 3 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