Phoenix v0.2.0 Release Notes

Release Date: 2016-03-02 // about 8 years ago
  • ➕ Added

    • possibility to set position for column: after, first
    • method changeColumn to migrations
    • ⚡️ insert, update, delete methods

    🛠 Fixed

    🔄 Changed

    • method Table::addIndex, now it accepts one parameter of type Index
    • method Table::addForeignKey, now it accepts one parameter of type ForeignKey
    • method addColumn accepts: 0️⃣ 1. parameters name, type, allowNull, default, length, decimals, signed, autoincrement 0️⃣ 1. array with keys: null, default, length, decimals, signed, autoincrement, after, first as 3rd parameter (name and type are still first two parameters)
    • object of type Column as only one parameter