VvebOIDC/install/sql/insert/option/product_option.sql

4 lines
189 B
SQL

INSERT INTO `product_option` (`product_option_id`, `product_id`, `option_id`, `value`, `required`) VALUES
('1', '19', '13', '', '1'),
('2', '19', '12', '', '1'),
('3', '19', '14', '', '1');