jiveDraft Table

Draft data table.

Column Name Type Length Nullable Unicode Description
body text N/A true true The body of the draft.
draftID bigint N/A false   The ID of the draft. Primary key.
draftType int N/A false   The type of draft.
modificationDate bigint N/A false   The date the draft was last modified.
objectID bigint N/A false   The object ID the draft is associated with.
objectType int N/A true   The object type the draft is associated with.
subject varchar 255 true true The subject of the draft.
userID bigint N/A true   The ID of the user who created the draft.