# VMS Housing

<figure><img src="https://547414529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhgpVpWvvZy9dFGgQw96r%2Fuploads%2FdEg5ZTqIcCQW8b2cvdaF%2Flogo.webp?alt=media&#x26;token=c158705c-04c6-404e-903b-535b564b8e2e" alt="" width="225"><figcaption></figcaption></figure>

```sql
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);
```
