<<

NAME

Koha::Schema::Result::Systempreference

TABLE: systempreferences

ACCESSORS

variable

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

value

  data_type: 'text'
  is_nullable: 1

options

  data_type: 'mediumtext'
  is_nullable: 1

explanation

  data_type: 'text'
  is_nullable: 1

type

  data_type: 'varchar'
  is_nullable: 1
  size: 20

PRIMARY KEY

<<