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