Lines 2688-2693
CREATE TABLE `deleteditems` (
Link Here
|
2688 |
`coded_location_qualifier` varchar(10) DEFAULT NULL COMMENT 'coded location qualifier(MARC21 952$f)', |
2688 |
`coded_location_qualifier` varchar(10) DEFAULT NULL COMMENT 'coded location qualifier(MARC21 952$f)', |
2689 |
`issues` smallint(6) DEFAULT 0 COMMENT 'number of times this item has been checked out', |
2689 |
`issues` smallint(6) DEFAULT 0 COMMENT 'number of times this item has been checked out', |
2690 |
`renewals` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been renewed', |
2690 |
`renewals` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been renewed', |
|
|
2691 |
`localuse` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been recorded as localuse', |
2691 |
`reserves` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been placed on hold/reserved', |
2692 |
`reserves` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been placed on hold/reserved', |
2692 |
`restricted` tinyint(1) DEFAULT NULL COMMENT 'authorized value defining use restrictions for this item (MARC21 952$5)', |
2693 |
`restricted` tinyint(1) DEFAULT NULL COMMENT 'authorized value defining use restrictions for this item (MARC21 952$5)', |
2693 |
`itemnotes` longtext DEFAULT NULL COMMENT 'public notes on this item (MARC21 952$z)', |
2694 |
`itemnotes` longtext DEFAULT NULL COMMENT 'public notes on this item (MARC21 952$z)', |
Lines 3660-3665
CREATE TABLE `items` (
Link Here
|
3660 |
`coded_location_qualifier` varchar(10) DEFAULT NULL COMMENT 'coded location qualifier(MARC21 952$f)', |
3661 |
`coded_location_qualifier` varchar(10) DEFAULT NULL COMMENT 'coded location qualifier(MARC21 952$f)', |
3661 |
`issues` smallint(6) DEFAULT 0 COMMENT 'number of times this item has been checked out/issued', |
3662 |
`issues` smallint(6) DEFAULT 0 COMMENT 'number of times this item has been checked out/issued', |
3662 |
`renewals` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been renewed', |
3663 |
`renewals` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been renewed', |
|
|
3664 |
`localuse` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been recorded as localuse', |
3663 |
`reserves` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been placed on hold/reserved', |
3665 |
`reserves` smallint(6) DEFAULT NULL COMMENT 'number of times this item has been placed on hold/reserved', |
3664 |
`restricted` tinyint(1) DEFAULT NULL COMMENT 'authorized value defining use restrictions for this item (MARC21 952$5)', |
3666 |
`restricted` tinyint(1) DEFAULT NULL COMMENT 'authorized value defining use restrictions for this item (MARC21 952$5)', |
3665 |
`itemnotes` longtext DEFAULT NULL COMMENT 'public notes on this item (MARC21 952$z)', |
3667 |
`itemnotes` longtext DEFAULT NULL COMMENT 'public notes on this item (MARC21 952$z)', |
3666 |
- |
|
|