Updated SQL to weight

This commit is contained in:
rex2630
2020-01-04 15:16:16 +01:00
committed by GitHub
parent 65b4b0bc58
commit f51d8cb281
+2 -2
View File
@@ -1,6 +1,6 @@
USE `essentialmode`;
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Pain', 10),
('water', 'Eau', 5)
;
;