🏘️VMS Housing

INSERT INTO `houses_furniture_list` (`model`, `label`, `price`, `deliverySize`, `tag`, `isOutdoor`, `isIndoor`, `interactableName`, `metadata`) VALUES
('ate_hall2_bird_a', 'Bird A', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_bird_b', 'Bird B', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_bird_c', 'Bird C', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_bird_d', 'Bird D', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_a', 'Console Table A', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_b', 'Console Table B', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_c', 'Console Table C', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_d', 'Console Table D', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_e', 'Console Table E', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_f', 'Console Table F', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_g', 'Console Table G', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_h', 'Console Table H', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_i', 'Console Table I', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_j', 'Console Table J', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_k', 'Console Table K', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_l', 'Console Table L', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_m', 'Console Table M', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_n', 'Console Table N', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_o', 'Console Table O', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_p', 'Console Table P', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_q', 'Console Table Q', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_r', 'Console Table R', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_s', 'Console Table S', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_t', 'Console Table T', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_u', 'Console Table U', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_v', 'Console Table V', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_w', 'Console Table W', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_consoletable_x', 'Console Table X', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_flowers_a', 'Flowers A', 0, 2, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_flowers_b', 'Flowers B', 0, 2, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_flowers_c', 'Flowers C', 0, 2, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_flowers_d', 'Flowers D', 0, 2, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_mirror_a', 'Mirror A', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_mirror_b', 'Mirror B', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_mirror_c', 'Mirror C', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_mirror_d', 'Mirror D', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_mirror_e', 'Mirror E', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_mirror_f', 'Mirror F', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_rug_a', 'Rug A', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_rug_b', 'Rug B', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_rug_c', 'Rug C', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_rug_d', 'Rug D', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_rug_e', 'Rug E', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_rug_f', 'Rug F', 0, 3, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_starkeys_a', 'Starkeys A', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_starkeys_b', 'Starkeys B', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_starkeys_c', 'Starkeys C', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_starkeys_d', 'Starkeys D', 0, 1, 'decorations', 1, 1, NULL, NULL),
('ate_hall2_starkeys_e', 'Starkeys E', 0, 1, 'decorations', 1, 1, NULL, NULL);Last updated
Was this helpful?