Type:
Module

The goal of this module is to move Adapter specific column definitions to the Adapter instead of having it in the schema dumper itself. This code represents the normal case. We can then redefine how certain data types may be handled in the schema dumper on the Adapter level by over-writing this code inside the database specific adapters

migration_keys

migration_keys() Instance Public methods Lists the valid migration options

2015-06-20 00:00:00
column_spec

column_spec(column, types) Instance Public methods

2015-06-20 00:00:00
prepare_column_options

prepare_column_options(column, types) Instance Public methods This can be overridden

2015-06-20 00:00:00