The table org_unit_banner 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 banner.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
banner_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 | X | org\_unit\_model(org_unit_model_id) | This is a foreign key to the table org_unit_model. |