This is the DSL class used for the validate block inside create_table and alter_table.
Given the name of a constraint, drop that constraint from the database, and remove the related validation metadata.
# File lib/sequel/extensions/constraint_validations.rb, line 164 def drop(constraint) @generator.validation({:type=>:drop, :name=>constraint}) end
Generated with the Darkfish Rdoc Generator 2.