The column holding the version of the lock
Copy the #lock_column value into the subclass
# File lib/sequel/plugins/optimistic_locking.rb, line 42 def inherited(subclass) super subclass.lock_column = lock_column end