6 lines
106 B
SQL
6 lines
106 B
SQL
INSERT INTO `attribute_group` (`attribute_group_id`, `sort_order`) VALUES
|
|
(1, 1),
|
|
(2, 2),
|
|
(3, 3),
|
|
(4, 4);
|