6 lines
174 B
SQL
6 lines
174 B
SQL
INSERT INTO `attribute_group_content` (`attribute_group_id`, `language_id`, `name`) VALUES
|
|
(1, 1, 'Memory'),
|
|
(2, 1, 'Technical'),
|
|
(3, 1, 'Motherboard'),
|
|
(4, 1, 'Processor');
|