method

schema_creation

schema_creation()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb, line 904
        def schema_creation  # :nodoc:
          PostgreSQL::SchemaCreation.new(self)
        end