Methods
Included Modules
Attributes
[R] | unlogged |
Class Public methods
new(*, **)
📝 Source code
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 189
def initialize(*, **)
super
@unlogged = ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.create_unlogged_tables
end
🔎 See on GitHub