Phoenix v0.5.0 Release Notes

Release Date: 2016-08-03 // over 7 years ago
  • ➕ Added

    • column types date, bigint, float
    • 👌 support for change charset in mysql (per table and also per column)
    • possibility to create custom templates
    • option "first" for migrate command
    • ⏪ option "all" for rollback command
    • simple altering tables for pgsql: changes of column names, types and type casting for columns
    • 👌 support for multi insert
    • 👌 support for multi delete (IN condition)

    🛠 Fixed

    • several bugs in PdoAdapter
    • output for executed queries in commands (Option -vvv)