mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 21:01:28 +00:00
7 lines
123 B
SQL
7 lines
123 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
|
('bread', 'Pain', 1),
|
|
('water', 'Eau', 1)
|
|
;
|