Module: TableSchema::Constraints::Unique
- Included in:
- TableSchema::Constraints
- Defined in:
- lib/tableschema/constraints/unique.rb
Instance Method Summary collapse
Instance Method Details
#check_unique ⇒ Object
5 6 7 8 |
# File 'lib/tableschema/constraints/unique.rb', line 5 def check_unique # This check is done in Table because it needs the previous values in the column true end |