module ActiveRecord::ConnectionAdapters::MySQL::SchemaStatements

def schema_creation

def schema_creation
  MySQL::SchemaCreation.new(self)
end