<<

NAME

Koha::Schema::Result::DefaultBorrowerCircRule

TABLE: default_borrower_circ_rules

ACCESSORS

categorycode

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

maxissueqty

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

RELATIONS

categorycode

Type: belongs_to

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

<<