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.
=Table default_flexible_element=
A Default_Flexible_Element corresponds to a default element, an element directly assigned to a project (like Code, Title, Budget, …).
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
id_flexible_element | bigint | X | flexible\_element(id_flexible_element) | This is the primary key of the table and also a foreign key on the table flexible_element which is its parent table. | |
type | character varying(255) | It has only one field : the field Type that corresponds to the default element linked with an enumeration of values (on the Java side) : CODE, TITLE, BUDGET, START_DATE, END_DATE, COUNTRY, OWNER, MANAGER or ORG_UNIT. |