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: 'timestamp'
datetime_undef_if_invalid: 1
default_value: current_timestamp
is_nullable: 0

PRIMARY KEY