Lines 2539-2545
CREATE TABLE `deletedbiblioitems` (
Link Here
|
2539 |
`pages` text DEFAULT NULL COMMENT 'number of pages (MARC21 300$a)', |
2539 |
`pages` text DEFAULT NULL COMMENT 'number of pages (MARC21 300$a)', |
2540 |
`notes` longtext DEFAULT NULL, |
2540 |
`notes` longtext DEFAULT NULL, |
2541 |
`size` text DEFAULT NULL COMMENT 'material size (MARC21 300$c)', |
2541 |
`size` text DEFAULT NULL COMMENT 'material size (MARC21 300$c)', |
2542 |
`place` text DEFAULT NULL COMMENT 'publication place (MARC21 260$a and 264§a)', |
2542 |
`place` text DEFAULT NULL COMMENT 'publication place (MARC21 260$a and 264$a)', |
2543 |
`lccn` longtext DEFAULT NULL COMMENT 'library of congress control number (MARC21 010$a)', |
2543 |
`lccn` longtext DEFAULT NULL COMMENT 'library of congress control number (MARC21 010$a)', |
2544 |
`url` mediumtext DEFAULT NULL COMMENT 'url (MARC21 856$u)', |
2544 |
`url` mediumtext DEFAULT NULL COMMENT 'url (MARC21 856$u)', |
2545 |
`cn_source` varchar(10) DEFAULT NULL COMMENT 'classification source (MARC21 942$2)', |
2545 |
`cn_source` varchar(10) DEFAULT NULL COMMENT 'classification source (MARC21 942$2)', |
2546 |
- |
|
|