<<

NAME

Koha::Schema::Result::ItemtypesBranch

TABLE: itemtypes_branches

ACCESSORS

itemtype

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

branchcode

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

RELATIONS

branchcode

Type: belongs_to

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

itemtype

Type: belongs_to

Related object: Koha::Schema::Result::Itemtype

<<