Table of Contents

Table reminder

Remarks

A reminder is an action referenced in the panel named “To do” in the project view.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id_reminder integer X X This is the primary key of the table.
completion_date timestamp(0) This is the date the action has been completed.
deleted bool This is the date the action has been deleted.
expected_date timestamp(0) X This is the date the action should be finished.
label character varying(8192) X This is an human readable name for the action.
id_list integer X reminder\_list(id_reminder_list) This is a foreign key to the table reminder_list.

Diagram