jivePCheckPoint Table

Container table for work space checkPoint data.

Column Name Type Length Nullable Unicode Description
checkPointID bigint N/A false   Project Check Point ID. Primary key.
creationDate bigint N/A false   Create date of checkPoint.
description varchar 1000 true true Check Points's description.
dueDate bigint N/A false   Due date of the checkPoint.
modificationDate bigint N/A false   Last modification date of checkPoint.
name varchar 255 false true Check Point's name.
projectID bigint N/A false   Project ID.