Method: Sequel::Schema::CreateTableGenerator#constraints
- Defined in:
- lib/sequel/database/schema_generator.rb
#constraints ⇒ Object (readonly)
Constraint hashes created by this generator
27 28 29 |
# File 'lib/sequel/database/schema_generator.rb', line 27 def constraints @constraints end |