Fields
Field |
Field Type |
Null |
Notes |
Description |
VIDEOID
|
nvarchar(50)
|
false
|
|
|
NAME
|
nvarchar(100)
|
false
|
|
|
CAPTION
|
nvarchar(250)
|
false
|
|
|
URL
|
nvarchar(500)
|
false
|
|
|
STATUS
|
nvarchar(2)
|
false
|
|
|
FILEPATH
|
nvarchar(1000)
|
false
|
|
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
TYPECODE
|
tinyint
|
false
|
|
Type
|
TYPE
|
nvarchar(11) (Computed)
|
true
|
|
Provides a translation for the 'TYPECODE' field.
|
PRIVATE
|
bit
|
false
|
|
Flag videos only viewable by participant.
|