jiveProjectStatus Table

Table for project status.

Column Name Type Length Nullable Unicode Description
creationDate bigint N/A false   Create date of Project Status.
projectID bigint N/A false   Project ID.
statusDesc varchar 255 true true Project Status Description.
statusID bigint N/A false   Project Status ID. Primary key.
statusType int N/A false   The project status type.
userID bigint N/A false   The ID of the user that created the status.