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

session_hash

data_type: 'text'
is_nullable: 0

created

data_type: 'timestamp'
is_nullable: 0

last_modified

data_type: 'timestamp'
is_nullable: 0
original: {default_value => \"now()"}

PRIMARY KEY

RELATIONS

carts

Type: has_many

Related object: Interchange6::Schema::Result::Cart

payment_orders

Type: has_many

Related object: Interchange6::Schema::Result::PaymentOrder