Table of Contents

Table project\_banner

Remarks

The table project_banner is an association table between the table project_model and the table layout. It defines the layout which is associated with a project model on the banner.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id integer X X This is the primary key of the table.
id_layout bigint X This is a foreign key to the table Layout
id_project_model bigint project\_model(id_project_model) This is a foreign key to the table project_model

Diagram