method
hash
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::Column
hash()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/column.rb, line 44
def hash
Column.hash ^
super.hash ^
serial?.hash
end