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