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.
A ProjectReportModel is a model of report. It defines how the report must be displayed.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| id | integer | X | X | This is the primary key of the table. | |
| name | character varying(255) | This is the name that identify the ProjectReportModel. | |||
| id_organization | integer | X | organization(id_organization) | This is a foreign key to the table organization. |