PHP 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`) VALUES
(900010030, 'City Block 1', 'cy_blockes1', 's', 2, 2, 2.2, '1', '0', '0', 900010030, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(900010031, 'City Block 2', 'cy_blockes2', 's', 2, 2, 2.2, '1', '0', '0', 900010031, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(900010032, 'City Block 3', 'cy_blockes3', 's', 2, 2, 2.2, '1', '0', '0', 900010032, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(900010033, 'City Block 4', 'cy_blockes4', 's', 2, 2, 2.2, '1', '0', '0', 900010033, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(900010034, 'City Block 5', 'cy_blockes5', 's', 2, 2, 2.2, '1', '0', '0', 900010034, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(900010035, 'City Block 6', 'cy_blockes6', 's', 2, 2, 2.2, '1', '0', '0', 900010035, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(900010036, 'City Block 7', 'cy_blockes7', 's', 2, 2, 2.2, '1', '0', '0', 900010036, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(900010037, 'City Block 8', 'cy_blockes8', 's', 2, 2, 2.2, '1', '0', '0', 900010037, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0');
Fixed stack / width & length