Add files

This commit is contained in:
Jérémie N'gadi
2017-08-12 11:46:03 +02:00
parent 5152584799
commit b0481a87f9
5 changed files with 210 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
USE `essentialmode`;
INSERT INTO `items` (name, label) VALUES
('bread', 'Pain')
('water', 'Eau')
;