1856 |
`error_code` enum('damaged','ageRestricted','itemAlreadyOnHold','tooManyHoldsForThisRecord','tooManyReservesToday','tooManyReserves','notReservable','cannotReserveFromOtherBranches','libraryNotFound','libraryNotPickupLocation','cannotBeTransferred') COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
1856 |
`error_code` enum('damaged','ageRestricted','itemAlreadyOnHold','tooManyHoldsForThisRecord','tooManyReservesToday','tooManyReserves','notReservable','cannotReserveFromOtherBranches','libraryNotFound','libraryNotPickupLocation','cannotBeTransferred','noReservesAllowed') COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
1857 |
`error_message` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
1857 |
`error_message` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, |
1859 |
KEY `clubs_holds_paton_holds_ibfk_1` (`club_hold_id`), |
1859 |
KEY `clubs_holds_paton_holds_ibfk_1` (`club_hold_id`), |