[Koha-bugs] [Bug 17196] Move marcxml out of the biblioitems table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 16 08:07:43 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196

--- Comment #131 from Zeno Tajoli <z.tajoli at 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.


More information about the Koha-bugs mailing list