jiveProject Table

Container table for work space data.

Column Name Type Length Nullable Unicode Description
creationDate bigint N/A false   Create date of Project.
description varchar 1000 true true Project description.
dueDate bigint N/A true   Due date of the Project.
dueDateNull int N/A false   Whether the project has a due date or not.
modificationDate bigint N/A false   Last modification date of Project.
name varchar 255 false true Project name.
parentObjectID bigint N/A false   The ID of the parent object of the work space.
parentObjectType int N/A false   The type of the parent object of the work space.
projectID bigint N/A false   Project ID. Primary key.
userID bigint N/A false   The ID of the user that created the project.