<<

NAME

Koha::Schema::Result::Systempreference

TABLE: systempreferences

ACCESSORS

variable

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 50

system preference name

value

  data_type: 'mediumtext'
  is_nullable: 1

system preference values

options

  data_type: 'longtext'
  is_nullable: 1

options for multiple choice system preferences

explanation

  data_type: 'mediumtext'
  is_nullable: 1

descriptive text for the system preference

type

  data_type: 'varchar'
  is_nullable: 1
  size: 20

type of question this preference asks (multiple choice, plain text, yes or no, etc)

PRIMARY KEY

<<