hash()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/sqlite3/column.rb, line 40
        def hash
          Column.hash ^
            super.hash ^
            auto_increment?.hash ^
            rowid.hash
        end