------
* Migrations now directly import ``Column`` classes - this allows users to
create custom ``Column`` subclasses. Migrations previously only worked with
the builtin column types.
* Migrations now detect if the column type has changed, and will try and
convert it automatically.
-------------------------------------------------------------------------------