Code:
INSERT INTO `furniture` (`public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
('B??cherregal', 'shelves_norja', 's', 0, 0, 0, '1', '0', '0', 13, '1', '1', '1', '1', '1', 'default', 1, '0'),
('B??cherregal', 'shelves_polyfon', 's', 0, 0, 0, '1', '0', '0', 14, '1', '1', '1', '1', '1', 'default', 1, '0'),
('B??cherregal', 'shelves_silo', 's', 0, 0, 0, '1', '0', '0', 15, '1', '1', '1', '1', '1', 'default', 1, '0'),
('Kleiner Sofatisch', 'table_polyfon_small', 's', 0, 0, 0, '1', '0', '0', 17, '1', '1', '1', '1', '1', 'default', 1, '0'),
('Stuhl', 'chair_polyfon', 's', 0, 0, 0, '1', '0', '0', 18, '1', '1', '1', '1', '1', 'default', 1, '0'),
('Sofatisch', 'table_norja_med', 's', 0, 0, 0, '1', '0', '0', 20, '1', '1', '1', '1', '1', 'default', 1, '0'),
('Sofatisch', 'table_silo_med', 's', 0, 0, 0, '1', '0', '0', 21, '1', '1', '1', '1', '1', 'default', 1, '0'),
('Wei??er K??chentisch', 'table_plasto_4leg', 's', 0, 0, 0, '1', '0', '0', 22, '1', '1', '1', '1', '1', 'default', 1, '0'),
('Wei??e runde Tafel', 'table_plasto_round', 's', 0, 0, 0, '1', '0', '0', 23, '1', '1', '1', '1', '1', 'default', 1, '0'),
('Wei??er Esstisch', 'table_plasto_bigsquare', 's', 0, 0, 0, '1', '0', '0', 24, '1', '1', '1', '1', '1', 'default', 1, '0'),
...
but very Nice!!