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

Strehler::Schema::Result::ActivityLog

COMPONENTS LOADED

TABLE: ACTIVITY_LOG

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

user

  data_type: 'varchar'
  is_nullable: 1
  size: 100

action

  data_type: 'varchar'
  is_nullable: 1
  size: 100

entity_type

  data_type: 'varchar'
  is_nullable: 1
  size: 100

entity_id

  data_type: 'integer'
  is_nullable: 1

timestamp

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  is_nullable: 1

PRIMARY KEY