Koha::Schema::Result::AuthorisedValue
authorised_values
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique key, used to identify the authorized value
data_type: 'varchar' default_value: (empty string) is_foreign_key: 1 is_nullable: 0 size: 32
key used to identify the authorized value category
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 80
code use to identify the authorized value
data_type: 'varchar' is_nullable: 1 size: 200
authorized value description as printed in the staff interface
data_type: 'varchar' is_nullable: 1 size: 200
authorized value description as printed in the OPAC
data_type: 'varchar' is_nullable: 1 size: 200
authorized value URL
av_uniq
Type: has_many
Related object: Koha::Schema::Result::AuthorisedValuesBranch
Type: belongs_to
Related object: Koha::Schema::Result::AuthorisedValueCategory
Type: has_many
Related object: Koha::Schema::Result::Illrequest