jiveVideo Table

Provides support for videos

Column Name Type Length Nullable Unicode Description
body text N/A true true The body/description of the media file.
commentStatus int N/A false   Status of the object Published/Draft/Awaiting Moderation etc...
containerID bigint N/A false   Container media lives in
containerType int N/A false   Type of container the media lives in
creationDate bigint N/A false   the date and time on which this media was created
duration int N/A false   Length of the video.
embedded smallint N/A true   Flag to determine if video is embedded (Boolean)
externalID varchar 512 true   Primary key given by encoding service
isdone smallint N/A false   Flag to determine if the video is done transcoding
modificationDate bigint N/A false   the date and time on which this media was last modified
status int N/A false   Status of the object Published/Draft/Awaiting Moderation etc...
subject varchar 255 true true The subject/title of the media file.
userID bigint N/A false   User who created the video.
vidID bigint N/A false   Uniquely describes a video system wide Primary key.