EXTERNAL_CONTENT_ASSET

This table holds the information about the external content assets.

Column Descriptions:

NameTypeDescription
ASSETNAMEVARCHAR (64) NOT NULLThe identifier of this external content asset name. e.g. fullImage, Thumbnail, etc.
CONTENT_IDVARCHAR (64) NOT NULLThe identifier of the external content which this asset belongs to.
MIMETYPEVARCHAR (254)The MIME type of the external content asset.
PATHVARCHAR (254)The path of this content asset. This field contains the URI from DX, the data type will need to be in sync with what's defined in DX.
FIELD1INTEGERCustomizable.
FIELD2DECIMAL (20,5)Customizable.
FIELD3VARCHAR (254)Customizable.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0053ASSETNAME+CONTENT_IDPrimary Key
I0001548CONTENT_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3783CONTENT_IDEXTERNAL_CONTENTCONTENT_IDCascade