overlord_pathway_instancetodo
Columns
Name | Type | Not null | Description |
---|---|---|---|
caredb_id | character varying(32) | True | |
created_at | timestamp without time zone | True | |
done | boolean | True | |
due_time | timestamp without time zone | False | |
id | character varying(32) | True | |
instance_id | character varying(32) | True | Links to overlord_pathway_instance.id . |
last_modified_at | timestamp without time zone | True | |
notes | character varying(65535) | True | |
provider_notes | character varying(65535) | True | |
step_id | character varying(32) | True | Links to overlord_pathway_instancestep.id . |
text | character varying(65535) | True |