2026-04-14 17:41:39 +02:00

5 lines
105 B
SQL

INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Kenyér', 1),
('water', 'Víz', 1)
;