character_instance_safereturns¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | character_id | character_data | id |
One-to-One | instance_zone_id | zone | zoneidnumber |
One-to-One | instance_id | instance_list | id |
One-to-One | safe_zone_id | zone | zoneidnumber |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Safe Return Identifier |
character_id | int | Character Identifier |
instance_zone_id | int | Instance Zone Identifier |
instance_id | int | Instance Identifier |
safe_zone_id | int | Save Zone Identifier |
safe_x | float | Safe X Coordinate |
safe_y | float | Safe Y Coordinate |
safe_z | float | Safe Z Coordinate |
safe_heading | float | Safe Heading Coordinate |