The table org_unit_details is an association table between the table org_unit_model and the table Layout. It defines the layout which is associated with a project model on the details view.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
details_id | integer | X | X | This is the primary key of the table. | |
id_layout | bigint | X | layout(id_layout) | This is a foreign key to the table layout. | |
id_org_unit_model | integer | org\_unit\_model(org_unit_model_id) | This is a foreign key to the table org_unit_model. |