Phoenix v0.3.0 Release Notes

Release Date: 2016-05-23 // almost 8 years ago
  • โž• Added

    • possibility to set custom name for index
    • method drop index by name
    • method select to Adapters
    • โž• added support for using DateTime instances in inserting / updating data

    ๐Ÿ”„ Changed

    • automatically created names of indexes are now: idx_{tablename}{implode('', columns)} - possible BC
    • boolean db type from int to tinyint in mysql
    • minimal version of PHP to 5.6