<<

NAME

Koha::Schema::Result::AuthorisedValue

TABLE: authorised_values

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

category

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

authorised_value

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

lib

  data_type: 'varchar'
  is_nullable: 1
  size: 200

lib_opac

  data_type: 'varchar'
  is_nullable: 1
  size: 200

imageurl

  data_type: 'varchar'
  is_nullable: 1
  size: 200

PRIMARY KEY

RELATIONS

authorised_values_branches

Type: has_many

Related object: Koha::Schema::Result::AuthorisedValuesBranch

items_search_fields

Type: has_many

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

<<