photo_png
This commit is contained in:
parent
5915ead7dc
commit
9ba2ada96c
6
init.sql
6
init.sql
@ -36,10 +36,10 @@ INSERT INTO categories (name, description)
|
||||
VALUES ('football', 'for football');
|
||||
|
||||
INSERT INTO sneakers (name, description, cost, discount, photo, gender, bootSize, categoryid)
|
||||
VALUES ('Adidas', 'fast', 120.50, 10, 'https://i8.amplience.net/i/jpl/jd_619310_a?qlt=92', 'M', 42, 3);
|
||||
VALUES ('Adidas', 'fast', 120.50, 10, 'https://images.footlocker.com/is/image/FLEU/314312107304_01?wid=500&hei=500&fmt=png-alpha', 'M', 42, 3);
|
||||
|
||||
INSERT INTO sneakers (name, description, cost, discount, photo, gender, bootSize, categoryid)
|
||||
VALUES ('Nike Air Max', 'Comfortable running shoes', 140, 40, 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRe7ZbQ92u1JD-JgD4Kkhkju83p_uvKelP5jw&s', 'F', 39, 2);
|
||||
VALUES ('Nike Air Max', 'Comfortable running shoes', 140, 40, 'https://static.nike.com/a/images/t_default/c4d6bfc9-f44f-467a-8e27-d9d46cfec67e/NIKE+AIR+MAX+270+GS.png', 'F', 39, 2);
|
||||
|
||||
INSERT INTO sneakers (name, description, cost, discount, photo, gender, bootSize, categoryid)
|
||||
VALUES ('Puma', 'fast too', 80.12, 80, 'https://img01.ztat.net/article/spp-media-p1/c6ebc4348bd34d9fa4235a82453230fe/3c034c2c43b94d879d41d33d0eb18e14.jpg?imwidth=1800&filter=packshot', 'U', 41, 1);
|
||||
VALUES ('Puma', 'fast too', 80.12, 80, 'https://www.xxl.se/filespin/63b77c174b30493397b4c328300252ef', 'U', 41, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user