+ Added support for MySQL column types: `MEDIUMTEXT`, `MEDIUMBLOB`, `BINARY`. + Added support for MySQL column attribute: `UNSIGNED`. * Added quoting of column names in SQL queries.
1.2.1
* Fix internal import path.
1.2.0
+ Rename `migrate_function` to `post_migrate_callback`. Added `pre_migrate_callback`.
1.1.0
+ Ability to reorder columns. * Proper handling of changes to INDEX PRIMARY with AUTO_INCREMENT column.