Skip to content
Snippets Groups Projects
Commit 7b70f0c8 authored by Gwendal Margely's avatar Gwendal Margely :alembic:
Browse files

éfillup example for ingredients

parent 571c9434
No related branches found
No related tags found
No related merge requests found
INSERT INTO TABLE ingredients(id,nom,price) VALUES (1,'jambon',2.00),
(2,'poivrons',3.00),
(3,'mozzarella',2.50),
(4,'lardons',2.20),
(5,'miel',3.50),
(6,'chorizo',4.00),
(7,'olives',2.00),
(8,'basilic',3.50),
(9,'ail',2.50),
(10,'champignons',5.00),
(11,'artichauts',3.00),
(12,'provolone', 7.00),
(13,'parmesan',7.00),
(14,'gorgonzola',7.00),
(15,'roquefort',7.00),
(16,'reblochon',7.00),
(17,'aubergine',3.00),
(18,'chorizo',4.00),
(19,'creme fraiche',1.00),
(20,'sauce tomate',1.00);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment