class ActiveRecord::ConnectionAdapters::PostgreSQL::Column

def init_with(coder)

def init_with(coder)
  @serial = coder["serial"]
  @generated = coder["generated"]
  super
end