🏘️VMS Housing

INSERT INTO `houses_furniture_list` (`model`, `label`, `price`, `deliverySize`, `tag`, `isOutdoor`, `isIndoor`, `interactableName`, `metadata`) VALUES
	('ate_hall1_chair_a', 'Chair a', 0, 1, 'chair', 0, 1, NULL, NULL),
	('ate_hall1_chair_b', 'Chair b', 0, 1, 'chair', 0, 1, NULL, NULL),
	('ate_hall1_chair_c', 'Chair c', 0, 1, 'chair', 0, 1, NULL, NULL),
	('ate_hall1_lamp_a', 'Lamp a', 0, 1, 'light', 0, 1, NULL, NULL),
	('ate_hall1_lamp_b', 'Lamp b', 0, 1, 'light', 0, 1, NULL, NULL),
	('ate_hall1_lamp_c', 'Lamp c', 0, 1, 'light', 0, 1, NULL, NULL),
	('ate_hall1_lamp_d', 'Lamp d', 0, 1, 'light', 0, 1, NULL, NULL),
	('ate_hall1_painting_a', 'Painting a', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_painting_b', 'Painting b', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_painting_c', 'Painting c', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_painting_d', 'Painting d', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_painting_e', 'Painting e', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_painting_f', 'Painting f', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_sculpture_a', 'Sculture a', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_sculpture_b', 'Sculture b', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_sculpture_c', 'Sculture c', 0, 2, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_sideboard_a', 'Sideboard a', 0, 3, 'table', 0, 1, NULL, NULL),
	('ate_hall1_sideboard_b', 'Sideboard b', 0, 3, 'table', 0, 1, NULL, NULL),
	('ate_hall1_vase_a', 'Vase a', 0, 1, 'decorations', 0, 1, NULL, NULL),
	('ate_hall1_vase_b', 'Vase b', 0, 1, 'decorations', 0, 1, NULL, NULL),

Última actualización

¿Te fue útil?