0.12.8
Fixes
- Fixes issue with MySQL Adapter primary key getter
Improvements
- Expose
hasPrimaryKey()
method in Table object. This mirrors the existinghasForeignKey()
function. - Postgres: Allow change from
int
tobool
andchar
touuid
- Allow setting column to
false
to ignore it inaddTimestamps()
/addTimestampsWithTimezone
methods. This is useful if not both fields are used. - Adding the mediumint type for the MySql adapter