hash()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/postgresql/column.rb, line 72
        def hash
          Column.hash ^
            super.hash ^
            identity?.hash ^
            serial?.hash
        end