tool_game_objects¶
Info
This page was last generated 2023.07.15
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | zoneid | zone | zoneidnumber |
One-to-One | zonesn | zone | short_name |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Tool Game Object Identifier |
zoneid | int | Zone Identifier |
zonesn | varchar | Zone Short Name |
object_name | varchar | Object Name |
file_from | varchar | File From |
is_global | tinyint | Is Global: 0 = False, 1 = True |