3 lines
216 B
SQL
3 lines
216 B
SQL
INSERT INTO paint (color, name, path, hex, article_number, paint_primer_id) VALUES ('custom-ncs', 'Custom NCS', 'custom-ncs', '#FFFFFF', 'e94310', 1);
|
|
INSERT INTO paint_card_samples (paint_id, stock) VALUES (30, 0);
|