character_tasks¶
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 | charid | character_data | id |
One-to-One | taskid | tasks | id |
One-to-One | type | tasks | type |
Schema¶
Column | Data Type | Description |
---|---|---|
charid | int | Character Identifier |
taskid | int | Task Identifier |
slot | int | Slot |
type | tinyint | Task Type |
acceptedtime | int | Accepted Time UNIX Timestamp |
was_rewarded | tinyint | Was Rewarded: 0 = False, 1 = True |