Koha::Schema::Result::ActionLog
action_logs
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier for each action
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
the date and time the action took place
data_type: 'integer' default_value: 0 is_nullable: 0
the staff member who performed the action (borrowers.borrowernumber)
data_type: 'mediumtext' is_nullable: 1
the module this action was taken against
data_type: 'mediumtext' is_nullable: 1
the action (includes things like DELETED, ADDED, MODIFY, etc)
data_type: 'integer' is_nullable: 1
the object that the action was taken against (could be a borrowernumber, itemnumber, etc)
data_type: 'mediumtext' is_nullable: 1
information about the action (usually includes SQL statement)
data_type: 'varchar' is_nullable: 1 size: 30
the context this action was taken in
data_type: 'varchar' is_nullable: 1 size: 255
the name of the cron script that caused this change
data_type: 'text' is_nullable: 1
An optional stack trace enabled by ActionLogsTraceDepth
data_type: 'longtext' is_nullable: 1
Stores a diff of the changed object