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

5 lines
101 B
SQL

INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Pain', 1),
('water', 'Eau', 1)
;