<<

NAME

Koha::Schema::Result::BorrowerAttributeTypesBranch

TABLE: borrower_attribute_types_branches

ACCESSORS

bat_code

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

b_branchcode

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

RELATIONS

b_branchcode

Type: belongs_to

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

bat_code

Type: belongs_to

Related object: Koha::Schema::Result::BorrowerAttributeType

<<