Skip to content

v0.10.6

Choose a tag to compare

@lorenzo lorenzo released this 12 Aug 17:23
f28a1c6

Bug Fixes

  • Fixed wrong SQL used when adding new columns to a table in SQLite
  • Do not output all migrations in the -vvv output when running migrations every single time.

New Features

  • Ability to change the primary key and table comment
  • Added Table::getColumn() method