method
check_constraint
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ColumnMethods::Table
check_constraint(*args, **options)public
Adds a check constraint.
t.check_constraint("price > 0", name: "price_check")
See {connection.add_check_constraint}[rdoc-ref:SchemaStatements#add_check_constraint]