Module: Postgresql::Check::SchemaDumper

Extended by:
ActiveSupport::Concern
Defined in:
lib/postgresql/check/schema_dumper.rb

Instance Method Summary collapse

Instance Method Details

#table_with_checks(table, stream) ⇒ Object



10
11
12
13
# File 'lib/postgresql/check/schema_dumper.rb', line 10

def table_with_checks(table, stream)
  table_without_checks table, stream
  check_constraints table, stream
end