Method: ActiveRecord::SchemaDumper#chk_ignore_pattern

Defined in:
activerecord/lib/active_record/schema_dumper.rb

#chk_ignore_patternObject

:singleton-method: Specify a custom regular expression matching check constraints which name should not be dumped to db/schema.rb.



29
# File 'activerecord/lib/active_record/schema_dumper.rb', line 29

cattr_accessor :chk_ignore_pattern, default: /^chk_rails_[0-9a-f]{10}$/