Code:
INSERT INTO `furniture` (`id`, `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`, `is_arrow`, `foot_figure`, `stack_multiplier`, `subscriber`, `effectid`, `height_adjustable`, `flat_id`, `revision`, `description`, `specialtype`, `canlayon`) VALUES
('5755', 'nest_gnome', 'nest_gnome', 's', 1, 1, '1', '0', '0', '0', '5755', '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', '0', 0, '0', -1, '0', 'Your Gnome will love his new tree house!', 1, '0')
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_belcredits`, `cost_duckets`, `amount`, `vip`, `achievement`, `song_id`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `flat_id`) VALUES ('5755', 'PAGE-ID', '5755', 'nest_gnome', '10', '0', '0', '1', '0', '0', '0', '0', '0', '0', '', '', '-1');