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

Evid::Schema::Result::History

BASE CLASS: Evid::Schema::Base

TABLE: history

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

username

data_type: 'text'
is_foreign_key: 1
is_nullable: 1

sitename

data_type: 'text'
is_nullable: 1

action

data_type: 'text'
is_nullable: 1
data_type: 'text'
is_nullable: 1

label

data_type: 'text'
is_nullable: 1

timestamp

data_type: 'text'
inflate_datetime: 1
is_nullable: 1
set_on_create: 1
set_on_update: 1

PRIMARY KEY

RELATIONS

username

Type: belongs_to

Related object: Evid::Schema::Result::User