16 Jan
2017
16 Jan
'17
8:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196 --- Comment #131 from Zeno Tajoli <z.tajoli@cineca.it> --- Hi,
+CREATE TABLE biblio_metadata ( + `id` INT(11) NOT NULL AUTO_INCREMENT, + `biblionumber` INT(11) NOT NULL, + `format` VARCHAR(16) NOT NULL, + `marcflavour` VARCHAR(16) NOT NULL,
in fact I think it is a case of not perfect selection of names. 'format' = 'physical_format' [ISO2709, XML, JSON, etc.] 'marcflavour' = 'logical_format' [MARC21, UNIMARC, Dublin Core, etc.] -- You are receiving this mail because: You are watching all bug changes.