NAME
Interchange6::Schema::Result::Session
TABLE: sessions
ACCESSORS
sessions_id
data_type: 'varchar'
is_nullable: 0
size: 255
session_data
data_type: 'text'
is_nullable: 0
created
data_type: 'datetime'
set_on_create: 1
is_nullable: 0
last_modified
data_type: 'datetime'
set_on_create: 1
set_on_update: 1
is_nullable: 0
PRIMARY KEY
RELATIONS
carts
Type: has_many
Related object: Interchange6::Schema::Result::Cart
payment_orders
Type: has_many
Related object: Interchange6::Schema::Result::PaymentOrder