method
hash
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::Column
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