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.
This table contains the content of a text area that belongs to a section of a report.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| id | integer | X | X | This is the primary key of the table. | |
| sort_order | integer | It corresponds to the order it will be displayed. | |||
| sectionid | integer | This is a foreign key to the table ProjectReportModelSection. | |||
| text | text | It contains the content of the text area. | |||
| version_id | integer | projectreportversion(id) | This is a foreign key to the table ProjectReportVersion. |