Method: ActiveRecord::ConnectionAdapters::PostgreSQL::Column#hash

Defined in:
activerecord/lib/active_record/connection_adapters/postgresql/column.rb

#hashObject



72
73
74
75
76
77
# File 'activerecord/lib/active_record/connection_adapters/postgresql/column.rb', line 72

def hash
  Column.hash ^
    super.hash ^
    identity?.hash ^
    serial?.hash
end