method

schema_creation

schema_creation()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 1490
        def schema_creation
          SchemaCreation.new(self)
        end