mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
7 lines
107 B
SQL
7 lines
107 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `items` (name, label) VALUES
|
|
('bread', 'Leipä'),
|
|
('water', 'Vesi')
|
|
;
|