VvebOIDC/install/sql/insert/attribute/attribute_content.sql

14 lines
326 B
SQL

INSERT INTO `attribute_content` (`attribute_id`, `language_id`, `name`) VALUES
(1, 1, 'Description'),
(2, 1, 'Number of cores'),
(3, 1, 'Frequency'),
(4, 1, 'TDP'),
(5, 1, 'Lithography'),
(6, 1, 'L2 Cache'),
(7, 1, 'L3 Cache'),
(8, 1, 'Type'),
(9, 1, 'Capacity'),
(10, 1, 'Frequency'),
(11, 1, 'Latency'),
(12, 1, 'Voltage');