Table of Contents

=Table default_flexible_element=

Remarks

A Default_Flexible_Element corresponds to a default element, an element directly assigned to a project (like Code, Title, Budget, …).

Schema

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.

Diagram