| 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 140
140: def initialize(generator)
141: @generator = generator
142: end