shared_task_members¶
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 | shared_task_id | shared_tasks | id |
Schema¶
Column | Data Type | Description |
---|---|---|
shared_task_id | bigint | Shared Task Identifier |
character_id | bigint | Character Identifier |
is_leader | tinyint | Is Leader: 0 = False, 1 = True |