method
new
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods::TableDefinition
new(*, **)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 248
def initialize(*, **)
super
@exclusion_constraints = []
@unique_constraints = []
@unlogged = ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.create_unlogged_tables
end