Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
branchcode | VARCHAR | 10 | null |
|
|
the branch this rule applies to (branches.branchcode) |
||||
categorycode | VARCHAR | 10 | null |
|
|
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 |