class ActiveRecord::ConnectionAdapters::SQLite3::Column

def hash

def hash
  Column.hash ^
    super.hash ^
    auto_increment?.hash ^
    rowid.hash
end