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 triplet_value is a value of a triplets_list_element.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| id_triplet | bigint | X | X | This is the primary key of the table. | |
| code | text | X | This is a short name for the triplet. | ||
| datedeleted | timestamp(0) | This is the date the triplet was deleted. | |||
| name | text | X | This is an human-readable name for the triplet. | ||
| period | text | X | It corresponds to a period. |