character_task_timers¶
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 | 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) |
timer_group | int | Group Timer |
expire_time | datetime | Expire Time |