[Database Structure](Database-Structure) > [World-Database](World-Database) > [gameobject](gameobject) Column | Type | Description --- | --- | --- Guid | int(10) unsigned | Id | mediumint(8) unsigned | Map | smallint(5) unsigned | SpawnMask | tinyint(3) unsigned | PhaseMask | int(10) unsigned | Position_x | float | Position_y | float | Position_z | float | Orientation | float | Rotation0 | float | Rotation1 | float | Rotation2 | float | Rotation3 | float | Spawntimesecs | int(11) | Animprogress | tinyint(3) unsigned | State | tinyint(3) unsigned | VerifiedBuild | smallint(5) |