qs_player_move_record¶
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 | 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 |