Lines 905-911
CREATE TABLE `deleteditems` (
Link Here
|
905 |
`cn_source` varchar(10) default NULL, -- classification source used on this item (MARC21 952$2) |
905 |
`cn_source` varchar(10) default NULL, -- classification source used on this item (MARC21 952$2) |
906 |
`cn_sort` varchar(30) default NULL, -- normalized form of the call number (MARC21 952$o) used for sorting |
906 |
`cn_sort` varchar(30) default NULL, -- normalized form of the call number (MARC21 952$o) used for sorting |
907 |
`ccode` varchar(10) default NULL, -- authorized value for the collection code associated with this item (MARC21 952$8) |
907 |
`ccode` varchar(10) default NULL, -- authorized value for the collection code associated with this item (MARC21 952$8) |
908 |
`materials` varchar(10) default NULL, -- materials specified (MARC21 952$3) |
908 |
`materials` text default NULL, -- materials specified (MARC21 952$3) |
909 |
`uri` varchar(255) default NULL, -- URL for the item (MARC21 952$u) |
909 |
`uri` varchar(255) default NULL, -- URL for the item (MARC21 952$u) |
910 |
`itype` varchar(10) default NULL, -- foreign key from the itemtypes table defining the type for this item (MARC21 952$y) |
910 |
`itype` varchar(10) default NULL, -- foreign key from the itemtypes table defining the type for this item (MARC21 952$y) |
911 |
`more_subfields_xml` longtext default NULL, -- additional 952 subfields in XML format |
911 |
`more_subfields_xml` longtext default NULL, -- additional 952 subfields in XML format |