Module Sequel::Plugins::ConstraintValidations::DatabaseMethods
In: lib/sequel/plugins/constraint_validations.rb

Attributes

constraint_validations  [RW]  A hash of validation method call metadata for all tables in the database. The hash is keyed by table name string and contains arrays of validation method call arrays.

[Validate]