<<

NAME

Koha::Schema::Result::ActionLog

TABLE: action_logs

ACCESSORS

action_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

timestamp

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

user

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

module

  data_type: 'text'
  is_nullable: 1

action

  data_type: 'text'
  is_nullable: 1

object

  data_type: 'integer'
  is_nullable: 1

info

  data_type: 'text'
  is_nullable: 1

PRIMARY KEY

<<