The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Cart

Type: has_many

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

PaymentOrder

Type: has_many

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

RESULTSET

Interchange6::Schema::ResultSet::Session