jivePoll Table

Poll data table.

Column Name Type Length Nullable Unicode Description
creationDate bigint N/A false   Creation date.
description varchar 1000 true true Poll description.
endDate bigint N/A false   The date the poll becomes inactive.
expireDate bigint N/A false   The date the poll will be deleted from the system.
modificationDate bigint N/A false   Last modified date.
name varchar 255 false true Poll name.
objectID bigint N/A false   Object ID the poll is associated with.
objectType int N/A false   Object type associated with the poll.
pollID bigint N/A false   Poll ID. Primary key.
pollMode bigint N/A false   A mask for various poll options.
startDate bigint N/A false   The date the poll becomes active.
status int N/A false   The published status of the thread.
userID bigint N/A true   The user who posted the poll or NULL if it was anonymous.