module ActiveRecord::ConnectionAdapters::SQLite3::SchemaStatements

def schema_creation

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