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