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

Bracket::Schema::Result::Session

ACCESSORS

id

  data_type: CHAR
  default_value: undef
  is_nullable: 0
  size: 72

session_data

  data_type: TEXT
  default_value: undef
  is_nullable: 1
  size: 65535

expires

  data_type: INT
  default_value: undef
  is_nullable: 1
  size: 11