Table of Contents

Table phase\_model

Remarks

A phase_model corresponds to a model of phase that can be modified while the model of project is in draft mode.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id_phase_model bigint X X This is the primary key of the table.
display_order integer It corresponds to the order it will be displayed.
guide text
name character varying(8192) X
definition_id integer X phase\_model\_definition(id_phase_model_definition)
id_layout bigint layout(id_layout)
id_project_model bigint X project\_model(id_project_model)

Diagram