<<

NAME

Koha::Schema::Result::ItemsSearchField

TABLE: items_search_fields

ACCESSORS

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

label

  data_type: 'varchar'
  is_nullable: 0
  size: 255

tagfield

  data_type: 'char'
  is_nullable: 0
  size: 3

tagsubfield

  data_type: 'char'
  is_nullable: 1
  size: 1

authorised_values_category

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 1
  size: 32

PRIMARY KEY

RELATIONS

authorised_values_category

Type: belongs_to

Related object: Koha::Schema::Result::AuthorisedValue

<<