14 lines
303 B
MySQL
Raw Normal View History

INSERT INTO "tblAttributeDefinitions" (name, objtype, type) VALUES
('Licence', 2, 3),
('Autor', 2, 3),
('Source URL', 2, 5),
('Email', 2, 6),
('Organization', 2, 3),
('ISBN', 2, 3),
('Published', 2, 7),
('Language', 0, 3),
('Phone', 2, 1),
('Region', 0, 3),
('Org. abbreviation', 2, 3),
('ISSN', 2, 3);