Skip to content

0.12.5

Compare
Choose a tag to compare
@dereuromark dereuromark released this 21 Jan 11:57
9457e38

Fixes

  • Fix not being able to set limit on big integer for MySQL
  • Run preFlightCheck and postFlightCheck immediately after migration
  • Ensure a default of CURRENT_TIMESTAMP(3) is not quoted in MySQL
  • Fix PDO exception not being thrown when trying to add column to non-existent table in SQLite
  • Better handle specifying schema in configuration file and inline migrations for postgresql
    Since phinx did support this at one time and then it broke

Improvements

  • Support setting order for indexes
  • Add ability to set generic PDO attributes
  • Support for include clause when adding an index
  • Support looking up foreign key by name in sqlite3
  • Support for tinyint and smallint in SQL Server
  • Automatically handle casting when changing column to bigint, smallint, int on postgresql