Table listing
Here is the list of all tables created in the database.
Clic on a table name for more informations.
Here is the list of all tables created in the database.
Clic on a table name for more informations.
A reminder is an action referenced in the panel named “To do” in the project view.
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. |