character_task_timers¶
Info
This page was last generated 2022.06.19
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | character_id | character_data | id |
One-to-One | task_id | tasks | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Task Timer Identifier |
character_id | int | Character Identifer |
task_id | int | Task Identifier |
timer_type | int | Timer Type (0 = Replay, 1 = Request) |
expire_time | datetime | Expire Time |