Skip to content

0.12.8

Compare
Choose a tag to compare
@dereuromark dereuromark released this 01 Sep 23:46
d2ed1b4

Fixes

  • Fixes issue with MySQL Adapter primary key getter

Improvements

  • Expose hasPrimaryKey() method in Table object. This mirrors the existing hasForeignKey() function.
  • Postgres: Allow change from int to bool and char to uuid
  • Allow setting column to false to ignore it in addTimestamps()/addTimestampsWithTimezone methods. This is useful if not both fields are used.
  • Adding the mediumint type for the MySql adapter