Skip to Content Skip to Search
Methods
N
Included Modules

Attributes

[R] unlogged

Class Public methods

new(*, **)

# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 189
def initialize(*, **)
  super
  @unlogged = ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.create_unlogged_tables
end