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 phase_model corresponds to a model of phase that can be modified while the model of project is in draft mode.
| 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) |