Column Descriptions
| Column Name
| Column Type
| Description
|
| CMFTGCMT_ID
| BIGINT NOT NULL
| Primary Key. Uniquely identifies a task group comment.
|
| CMFTASKGRP_ID
| BIGINT NOT NULL
| Foreign key to the CMFTASKGRP table. Associates task group comments to a task group.
|
| POSTEDDATE
| TIMESTAMP
| The date the comment was posted.
|
| MEMBER_ID
| BIGINT NOT NULL
| Foreign key to the MEMBER table. Indicates which member posted the comment.
|
| COMMENTS
| VARCHAR(4000)
| The comments for the task group.
|
| OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|