branch_borrower_circ_rules


Columns

Column Type Size Nulls Auto Default Children Parents Comments
branchcode VARCHAR 10 null
branches.branchcode branch_borrower_circ_rules_ibfk_2 C

the branch this rule applies to (branches.branchcode)

categorycode VARCHAR 10 null
categories.categorycode branch_borrower_circ_rules_ibfk_1 C

the patron category this rule applies to (categories.categorycode)

maxissueqty INT 10 null

the maximum number of checkouts this patron category can have at this branch

maxonsiteissueqty INT 10 null

the maximum number of on-site checkouts this patron category can have at this branch

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc categorycode + branchcode
branch_borrower_circ_rules_ibfk_2 Performance Asc branchcode

Relationships