Phoenix v0.13.0 Release Notes

Release Date: 2018-03-14 // about 6 years ago
  • ๐Ÿ”„ Changed

    • second parameter of methods fetchAll and fetch string $fields = '*' has been changed to array $fields = ['*'] (BC Break - fix: change string to array)

    โž• Added

    • methods tableExists, tableColumnExists and getTable to migration
    • posibility to add an autoincrement primary key on an existing table

    ๐Ÿ›  Fixed

    • โž• Add a primary key on an existing table