qs_player_move_record¶
Relationships¶
erDiagram
qs_player_move_record {
int char_id
}
character_data {
intunsigned id
varchar name
varchar nane
intunsigned zone_instance
intunsigned zone_id
}
qs_player_move_record ||--o{ character_data : "One-to-One"
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | char_id | character_data | id |
Schema¶
Column | Data Type | Description |
---|---|---|
move_id | int | Unique Move Identifier |
time | timestamp | Time Timestamp |
char_id | int | Character Identifier |
from_slot | mediumint | From Slot Identifier |
to_slot | mediumint | To Slot Identifier |
stack_size | mediumint | Stack Size |
char_items | mediumint | Character Item Identifier |
postaction | tinyint | Post Action |