class ActiveRecord::ConnectionAdapters::PostgreSQL::Table
def remove_exclusion_constraint(...)
t.remove_exclusion_constraint(name: "price_check")
Removes the given exclusion constraint from the table.
def remove_exclusion_constraint(...) @base.remove_exclusion_constraint(name, ...) end