Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||||
club_hold_id | INT | 10 | null |
|
|
|||||
patron_id | INT | 10 | null |
|
|
|||||
hold_id | INT | 10 | √ | null |
|
|
||||
error_code | enum('damaged', 'ageRestricted', 'itemAlreadyOnHold', 'tooManyHoldsForThisRecord', 'tooManyReservesToday', 'tooManyReserves', 'notReservable', 'cannotReserveFromOtherBranches', 'libraryNotFound', 'libraryNotPickupLocation', 'cannotBeTransferred', 'noReservesAllowed') | 30 | √ | null |
|
|
||||
error_message | VARCHAR | 100 | √ | null |
|
|