2.2.0 (2021-09-21)
- Removing unexisting MySQL option "before" (b1295ab)
- Adds "AFTER" constraint at createColumnConstraint (c648049)
- Adds "BEFORE" constraint at createColumnConstraint (f61842d)
- Utilise mysql2 package instead of mysql (79ccece)
2.1.2 (2020-12-26)
2.1.1 (2020-03-04)
- kv: escape kv methods properly (e16c59b)
2.1.0 (2019-12-11)
- tableoptions: add support for table options (240da5e)
- test: start migrating to lab as a testing framework (113682f)
2.0.0 (2019-12-11)
- database: Allow specifying migration tables with their database name prepended (dd9c111)
- escaping: join rather than pass array to util format (7053c78)
- escaping: revert #17 and adjust comments to modern js (dbf2380)
- test: adjust test to new return values (ef92da7)
- column constraint: added precision support for current_timestamp (43e40bd)
- comment: Add comment spec for columns (d1af925), closes #558
- comment: Add comment spec for columns (b7297d6), closes #558
- data-types: add support for decimal precision and range options (336743f)
1.1.10 (2016-10-17)
- ai: do no omit auto increment on missing unique or pr spec (be9bbec)
1.1.9 (2016-10-13)
1.1.8 (2016-10-13)
- foreignKey: check if options object exists first (5b739f6)
- tests: move tests into the repo of the driver (1cd2f64)
1.1.7 (2016-05-25)
1.1.6 (2016-02-05)
1.1.5 (2016-02-03)
- upstream: bump upstream package to fix dropTable bug (bd1a4cd)
1.1.4 (2016-01-27)
- dependency: upgrade to work properly with the main module again (2a9a0f6)