Marten::DB::Management::SchemaEditor::MySQL
Inherits Marten::DB::Management::SchemaEditor::Core / Marten::DB::Management::SchemaEditor::Base / Reference / Object
Instance methods
Returns the database type for a specific built-in column implementation.
Note that this method is only used when handling column types of Marten built-in types as custom column
implementations must define a #db_type method.
Returns the database type suffix for a specific built-in column implementation.
Note that this method is only used when handling column types of Marten built-in types.
ddl_rollbackable?
Returns a boolean indicating if the schema editor implementation supports rollbacking DDL statements.