- changed the categories of the products to fit the theme #37
@ -2,15 +2,15 @@ USE webshop;
|
||||
|
||||
-- Product Categories
|
||||
INSERT INTO product_category (id, name)
|
||||
VALUES (1, 'Electronics');
|
||||
VALUES (1, 'Motorräder');
|
||||
INSERT INTO product_category (id, name)
|
||||
VALUES (2, 'Home Appliances');
|
||||
VALUES (2, 'Oldtimer');
|
||||
INSERT INTO product_category (id, name)
|
||||
VALUES (3, 'Clothing');
|
||||
VALUES (3, 'Sportwägen');
|
||||
INSERT INTO product_category (id, name)
|
||||
VALUES (4, 'Sports');
|
||||
VALUES (4, 'LKWs');
|
||||
INSERT INTO product_category (id, name)
|
||||
VALUES (5, 'Books');
|
||||
VALUES (5, 'Kleinwägen');
|
||||
|
||||
-- Discounts
|
||||
INSERT INTO discount (id, name, description, discount_percent, active)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user