Buildings (Database Table)
From SWGANH Wiki
Database Table - buildings
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Table Create Script
Table Describe
mysql> desc buildings; +-----------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------+---------------------+------+-----+---------+-------+ | id | bigint(20) unsigned | NO | PRI | 0 | | | oX | float | NO | | 0 | | | oY | float | NO | | 0 | | | oZ | float | NO | | 0 | | | oW | float | NO | | 0 | | | x | float | NO | | 0 | | | y | float | NO | | 0 | | | z | float | NO | | 0 | | | type_id | int(11) | NO | MUL | 1 | | | planet_id | int(2) | NO | MUL | 0 | | +-----------+---------------------+------+-----+---------+-------+ 10 rows in set (0.01 sec)