module TableSchema::Constraints::Unique
Public Instance Methods
check_unique()
click to toggle source
# 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