NAME
Interchange6::Schema::Result::Session
ACCESSORS
sessions_id
Primary key.
session_data
Session data.
created
Date and time when this record was created returned as DateTime object. Value is auto-set on insert.
last_modified
Date and time when this record was last modified returned as DateTime object. Value is auto-set on insert and update.
RELATIONS
carts
Type: has_many
Related object: Interchange6::Schema::Result::Cart
payment_orders
Type: has_many
Related object: Interchange6::Schema::Result::PaymentOrder