Skip to content

completed_shared_tasks

Info

This page was last generated 2023.04.23

Relationship Diagram(s)

Diagram Edit

Relationships

Relationship Type Local Key Relates to Table Foreign Key
One-to-One task_id tasks id

Schema

Column Data Type Description
id bigint Shared Task Identifier
task_id int Shared Task Identifier
accepted_time datetime Accepted Time
expire_time datetime Expire TIme
completion_time datetime Completion TIme
is_locked tinyint Is Locked: 0 = False, 1 = True