The script will automatically upload the SQL, when you start the script.
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('baby_water', 'Baby Water', 1, 0, 1),
('baby_food', 'Baby Food', 1, 0, 1),
('baby_medikit', 'Baby Medikit', 1, 0, 1);
['baby_water'] = {['name'] = 'baby_water', ['label'] = 'Baby Water', ['weight'] = 1, ['type'] = 'item', ['image'] = 'baby_water.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Baby Water'},
['baby_food'] = {['name'] = 'baby_food', ['label'] = 'Baby Food', ['weight'] = 1, ['type'] = 'item', ['image'] = 'baby_food.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Baby Food'},
['baby_medikit'] = {['name'] = 'baby_medikit', ['label'] = 'Baby Medikit', ['weight'] = 1, ['type'] = 'item', ['image'] = 'baby_medikit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Baby Medikit'},