Phoenix v0.13.0 Release Notes
Release Date: 2018-03-14 // about 5 years ago-
๐ Changed
- second parameter of methods fetchAll and fetch
string $fields = '*'
has been changed toarray $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
- second parameter of methods fetchAll and fetch