mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 22:01:37 +00:00
SQL weight
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
|
||||
('bread', 'Bröd', 10),
|
||||
('water', 'Vatten', 5)
|
||||
;
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Bröd', 1),
|
||||
('water', 'Vatten', 1)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user