10 lines
883 B
SQL
10 lines
883 B
SQL
INSERT INTO `product_option_value` (`product_option_value_id`, `product_option_id`, `product_id`, `option_id`, `option_value_id`, `quantity`, `subtract`, `price_operator`, `price`, `points_operator`,`points`, `weight_operator`, `weight`) VALUES
|
|
('1', '1', '19', '13', '13', '10', '0', '+', '0', '+', '0', '+', '0'),
|
|
('2', '1', '19', '13', '14', '0', '0', '+', '0', '+', '0', '+', '0'),
|
|
('3', '1', '19', '13', '15', '0', '0', '+', '3', '+', '0', '+', '0'),
|
|
('4', '2', '19', '12', '10', '10', '0', '+', '0', '+', '0', '+', '0'),
|
|
('5', '2', '19', '12', '11', '10', '0', '+', '0', '+', '0', '+', '0'),
|
|
('6', '2', '19', '12', '12', '10', '0', '+', '0', '+', '0', '+', '0'),
|
|
('7', '3', '19', '14', '16', '10', '0', '+', '0', '+', '0', '+', '0'),
|
|
('8', '3', '19', '14', '17', '10', '0', '+', '0', '+', '0', '+', '0'),
|
|
('9', '3', '19', '14', '18', '10', '0', '+', '0', '+', '0', '+', '0'); |