mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 06:01:30 +00:00
6 lines
126 B
SQL
6 lines
126 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
|
|
('bread', 'Bröd', 10),
|
|
('water', 'Vatten', 5)
|
|
; |