method
invert_remove_check_constraint
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::Migration::CommandRecorder
invert_remove_check_constraint(args)private
No documentation available.
# File activerecord/lib/active_record/migration/command_recorder.rb, line 272
def invert_remove_check_constraint(args)
raise ActiveRecord::IrreversibleMigration, "remove_check_constraint is only reversible if given an expression." if args.size < 2
super
end