method
remove_exclusion_constraint
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::Table
remove_exclusion_constraint(...)public
Removes the given exclusion constraint from the table.
t.remove_exclusion_constraint(name: "price_check")
See {connection.remove_exclusion_constraint}[rdoc-ref:SchemaStatements#remove_exclusion_constraint]