jiveQuestion Table

Question data table.

Column Name Type Length Nullable Unicode Description
containerID bigint N/A false   The ID of the container the question is in.
containerType bigint N/A false   The type of the container the question is in.
creationDate bigint N/A false   Creation date of the question.
resolutionDate bigint N/A true   The date the question was resolved (can be NULL).
resolutionState int N/A false   The state the question is in.
threadID bigint N/A false   ID of the thread associated with this thread. Primary key.
userID bigint N/A false   The user who created the question.