| Column | Type | Description |
|---|---|---|
comment |
text | Text of the comment. |
comment_id |
UUID | ID of the comment. |
component_table_id |
int8 | ID of the component in the reporting.component table containing the comment. |
created_at |
timestamp in UTC | When the comment was created. |
created_by |
UUID | User who created the comment |
project_id |
UUID | Project ID of the project containing the comment. |
project_version_id |
UUID | Project version ID of the project version where this BOM component appears in the BOM. |
updated_at |
timestamp in UTC | When the comment was last updated. |