Method: PgMeta::Constraint#columns
- Defined in:
- lib/pg_meta/meta.rb
#columns ⇒ Object (readonly)
List of columns in the constraint. Empty for CheckConstraint objects except not null constraints
432 433 434 |
# File 'lib/pg_meta/meta.rb', line 432 def columns @columns end |