The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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