method

schema_creation

schema_creation()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/mysql/schema_statements.rb, line 73
          def schema_creation
            MySQL::SchemaCreation.new(self)
          end