class ActiveRecord::ConnectionAdapters::AlterTable

def drop_check_constraint(constraint_name)

def drop_check_constraint(constraint_name)
  @check_constraint_drops << constraint_name
end