jiveImage Table

Image data table.

Column Name Type Length Nullable Unicode Description
contentType varchar 50 false   The MIME type of the image.
creationDate bigint N/A false   The date the image was created.
fileName varchar 255 false true The file name of the image.
fileSize int N/A false   The size of the image in bytes.
imageID bigint N/A false   The ID of the image. Primary key.
modificationDate bigint N/A false   The date the image was last modified.
objectID bigint N/A true   The object ID of the object associated with the image.
objectType int N/A false   The object type of the object associated with the image.