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.
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.
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 |