class ActiveRecord::ConnectionAdapters::PostgreSQL::AlterTable

def initialize(td)

def initialize(td)
  super
  @constraint_validations = []
end