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

ACCESSORS

sessions_id

  data_type: 'varchar'
  is_nullable: 0
  size: 255
  primary key

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

RELATIONS

carts

Type: has_many

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

payment_orders

Type: has_many

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