method
schema_creation
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements
schema_creation()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb, line 635
def schema_creation
PostgreSQL::SchemaCreation.new(self)
end