CSO_CHANNEL_TAG

Associative table containing mapping between a content channel and the available categories.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CHANNEL_TAG_PK

TAG_ID, CONTENT_CHANNEL_ID

Columns

Name Datatype Length Not-null Comments
TAG_ID VARCHAR2 32 Yes This is the Reference to Tag table, containing either a category, user group.
CONTENT_CHANNEL_ID VARCHAR2 32 Yes This is the Reference to content channel record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CHANNEL_TAG cso_channel CONTENT_CHANNEL_ID
CSO_CHANNEL_TAG cso_tag TAG_ID

Indexes

Index Uniqueness Columns
CSO_CHANNEL_TAG_U1 Unique TAG_ID, CONTENT_CHANNEL_ID
CSO_CHANNEL_TAG_N1 Non Unique CONTENT_CHANNEL_ID