character_bind¶
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 | id | character_data | id |
One-to-One | zone_id | zone | zoneidnumber |
One-to-One | instance_id | instance_list | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Character Identifier |
slot | int | Slot |
zone_id | smallint | Zone Identifier |
instance_id | mediumint | Instance Identifier |
x | float | X Coordinate |
y | float | Y Coordinate |
z | float | Z Coordinate |
heading | float | Heading Coordinate |