<<

NAME

Koha::Schema::Result::AuthorisedValuesBranch

TABLE: authorised_values_branches

ACCESSORS

av_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

branchcode

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 0
  size: 10

RELATIONS

av

Type: belongs_to

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

branchcode

Type: belongs_to

Related object: Koha::Schema::Result::Branch

<<