class ActiveRecord::ConnectionAdapters::Column

def hash

def hash
  Column.hash ^
    name.hash ^
    name.encoding.hash ^
    default.hash ^
    sql_type_metadata.hash ^
    null.hash ^
    default_function.hash ^
    collation.hash ^
    comment.hash
end