<<

NAME

Koha::Schema::Result::BranchBorrowerCircRule

TABLE: branch_borrower_circ_rules

ACCESSORS

branchcode

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

categorycode

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

maxissueqty

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

RELATIONS

branchcode

Type: belongs_to

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

categorycode

Type: belongs_to

Related object: Koha::Schema::Result::Category

<<