method
schema_creation
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::MySQL::SchemaStatements
schema_creation()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/mysql/schema_statements.rb, line 132
def schema_creation # :nodoc:
MySQL::SchemaCreation.new(self)
end