jiveWatch Table

Container table for user watch data.

Column Name Type Length Nullable Unicode Description
expirable smallint N/A false   Flag to indicate if the watch be automatically deleted/expired (Boolean).
objectID bigint N/A false   ID of the object being watched. Primary key.
objectType int N/A false   The type of the object being watched (discussion, thread, community, user). Primary key.
userID bigint N/A false   ID of user who is watching. Primary key.
watchType int N/A false   Type of watch (normal watch, email watch, batch email watch). Primary key.