Main/resources/[props]/bzzz_mixfood/items.sql

12 lines
404 B
MySQL
Raw Permalink Normal View History

2025-06-15 02:07:50 +02:00
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('coffeecup_a', 'Cup of coffee', 1),
('bubbletea_a', 'Bubble Tea', 1),
('capisun_a', 'Juice Capi-Sun', 1),
('hotdog_a', 'Hotdog with mustard', 1),
('hotdog_b', 'Hotdog with ketchup', 1),
('carneasada_a', 'Carne asada', 1),
('nachos_a', 'Nachos', 1),
('kebab_a', 'Kebab', 1),
('burrito_a', 'Burrito', 1),
('churros_a', 'Churros', 1)
;