-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit-data.sql
More file actions
72 lines (58 loc) · 4.92 KB
/
Copy pathinit-data.sql
File metadata and controls
72 lines (58 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
-- Generated using QuickMenu-sql-menu-maker.html (v0)
-- by Danilogames220 :P
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Chesseburger", "Lanches", 17.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/burgers/cheeseburger.png", "O nosso lanche mais pedido de todos, uma carne com queijo emcima e embaixo + cebola, num pão de brioche com leve aroma salgado. E um otimo lanche para aqueles que querem uma leve refeicao saborosa.", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Salada-burger", "Lanches", 24.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/burgers/salad-burger.png", "Alface, tomate, repolho e cebola criam o iconico sabor desse lanche, com um pao frances, o sabor e como uma salada com um toque de carne suculenta e a neutralidade do pao da a esse lanche uma otima mistura de levemente doce e salgado-neutro.", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Bacon-burger", "Lanches", 26.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/burgers/bacon-burger.png", "Crocante, o bacon burger tem como sua principal fonte de sabor o bacon, uma carne de costela de tamanho premium, cheddar, molho bacon da casa, cebola caramelizada, esses ingredientes dão ao bacon burger seu maravilhoso gosto que mistura o sabor do ", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("X tudo", "Lanches", 33.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/burgers/x-tudo.png", "Um lanche que mistura tudo que é de bom em uma unica refieção, ovo frito, tomate, cebola frita, milho, bacon, repolho, 2 carnes smash, aseitona, queijo cheddar e suiço e salsicha. E o lanche para aqueles que gostam de uma aventura para o paladar. É um lanche bem grande então se recomenda comer sem aperitivos para aproveitar melhor a grande mistura de sabores que aqui está contida", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Hamburger bacon BBQ", "Lanches", 34.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/burgers/bbq-b-burger.png", "", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Agua mineral", "Bebidas", 2.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/drink/garrafa-agua.png", "Garrafa de 500mL de agua mineral Cystal sem gas", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Coca-cola lata", "Bebidas", 4.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/drink/coke.png", "Lata de 200mL de Coca-cola", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Fanta lata", "Bebidas", 3.49);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/drink/fanta.png", "Lata de 300mL de Fanta sabor laranja", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Suco de laranja", "Bebidas", 5.49);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/drink/orange.png", "Suco natural de laranja(500mL) feito na hora", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Porcao de batata-frita", "Acompanhamentos", 17.49);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/s-m/batata.png", "", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Nuggets de frango", "Acompanhamentos", 15.49);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/s-m/nugg.png", "", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Sorvete casquinha", "Sobremesas", 6.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/dessrt/sorvete.png", "Uma casquinha de sorvete sabor chocolate", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Copo de acai", "Sobremesas", 14.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/dessrt/acai.png", "Copo de 425mL de açai com uma variedade de frutas: mamao, banana, maca, uva, morango e manga.", "undefined");
INSERT INTO menu (item_name, item_type, item_price)
VALUES ("Soba", "", 35.99);
INSERT INTO menu_description (id, image_path, content, ingredients)
VALUES (LAST_INSERT_ID(), "/view/assets/images/food/other/soba.png", "", "undefined");