method
remove_check_constraint
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::ColumnMethods::Table
remove_check_constraint(*args, **options)public
Removes the given check constraint from the table.
t.remove_check_constraint(name: "price_check")
See {connection.remove_check_constraint}[rdoc-ref:SchemaStatements#remove_check_constraint]