mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 23:01:30 +00:00
7 lines
124 B
SQL
7 lines
124 B
SQL
USE `es_extended`;
|
|
|
|
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
|
('bread', 'Bread', 1),
|
|
('water', 'Water', 1)
|
|
;
|