class Sequel::MigrationAlterTableReverser

def add_constraint(*args)

def add_constraint(*args)
  @actions << [:drop_constraint, args.first]
end