<<

NAME

Koha::Schema::Result::AuthorisedValueCategory

TABLE: authorised_value_categories

ACCESSORS

category_name

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

is_system

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 1

PRIMARY KEY

RELATIONS

authorised_values

Type: has_many

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

items_search_fields

Type: has_many

Related object: Koha::Schema::Result::ItemsSearchField

marc_subfield_structures

Type: has_many

Related object: Koha::Schema::Result::MarcSubfieldStructure

<<