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