CATENTRY_EXTERNAL_CONTENT_REL

This table holds the information about the language and store specific relationship between the catalog entry and the external content the catalog entry uses.

Column Descriptions:

NameTypeDescription
CE_EXTERNAL_CONTENT_REL_IDBIGINT NOT NULLPrimary key.
CATENTRY_IDBIGINT NOT NULLThe internal reference number of the catalog entry which uses the external content.
CATOVRGRP_IDBIGINT NOT NULLForeign key to CATOVRGRP. Describes the catalog override group with which content and catalog entry are associated.
LANGUAGE_IDINTEGER NOT NULLThe identifier of the language. For a list of language components, see the LANGUAGE table.
CONTENT_IDVARCHAR (64) NOT NULLThe identifier of the external content.
TYPEVARCHAR (64) NOT NULLForeign key to IDENTIFIER in EXTERNAL_CONTENT_TYPE. Describes the type of content attached to associated catalog entry.
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_0054CE_EXTERNAL_CONTENT_REL_IDPrimary Key
I0001551 CATENTRY_ID+CONTENT_ID+CATOVRGRP_ID+LANGUAGE_IDUnique Index
I0001549CONTENT_IDNon-Unique Index
I0001550CATENTRY_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3784CONTENT_IDEXTERNAL_CONTENTCONTENT_IDCascade
F_3785CATENTRY_IDCATENTRYCATENTRY_IDCascade
F_3786TYPEEXTERNAL_CONTENT_TYPEIDENTIFIERCascade