Module: HasCheckConstraints

Extended by:
ActiveSupport::Concern
Included in:
ApplicationRecord
Defined in:
app/models/concerns/has_check_constraints.rb

Constant Summary collapse

NOT_NULL_CHECK_PATTERN =
/IS NOT NULL/i