14 lines
219 B
SQL
14 lines
219 B
SQL
INSERT INTO `attribute` (`attribute_id`, `attribute_group_id`, `sort_order`) VALUES
|
|
(1, 1, 1),
|
|
(2, 1, 5),
|
|
(3, 1, 3),
|
|
(4, 2, 1),
|
|
(5, 2, 2),
|
|
(6, 2, 3),
|
|
(7, 2, 4),
|
|
(8, 3, 5),
|
|
(9, 3, 6),
|
|
(10, 3, 7),
|
|
(11, 3, 8),
|
|
(12, 3, 9);
|