Class | Sequel::ConstraintValidations::Generator |
In: |
lib/sequel/extensions/constraint_validations.rb
|
Parent: | Object |
This is the DSL class used for the validate block inside create_table and alter_table.
Store the schema generator that encloses this validates block.
# File lib/sequel/extensions/constraint_validations.rb, line 141 141: def initialize(generator) 142: @generator = generator 143: end