View | Details | Raw Unified | Return to bug 35180
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 1159-1165 CREATE TABLE `biblioitems` ( Link Here
1159
  `issn` longtext DEFAULT NULL COMMENT 'ISSN (MARC21 022$a)',
1159
  `issn` longtext DEFAULT NULL COMMENT 'ISSN (MARC21 022$a)',
1160
  `ean` longtext DEFAULT NULL,
1160
  `ean` longtext DEFAULT NULL,
1161
  `publicationyear` mediumtext DEFAULT NULL,
1161
  `publicationyear` mediumtext DEFAULT NULL,
1162
  `publishercode` text DEFAULT NULL COMMENT 'publisher (MARC21 260$b and 246$b)',
1162
  `publishercode` text DEFAULT NULL COMMENT 'publisher (MARC21 260$b and 264$b)',
1163
  `volumedate` date DEFAULT NULL,
1163
  `volumedate` date DEFAULT NULL,
1164
  `volumedesc` mediumtext DEFAULT NULL COMMENT 'volume information (MARC21 362$a)',
1164
  `volumedesc` mediumtext DEFAULT NULL COMMENT 'volume information (MARC21 362$a)',
1165
  `collectiontitle` longtext DEFAULT NULL,
1165
  `collectiontitle` longtext DEFAULT NULL,
1166
- 

Return to bug 35180