This table defines which are the models of phase that will succeed to another one.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
id_phase_model | bigint | X | phase\_model(id_phase_model) | This is a foreign key to the table phase_model. | |
id_phase_model_successor | bigint | X | phase\_model(id_phase_model) | This is a foreign key to the table phase_model. It corresponds to the table that will succeed to the first one. |