CSO_CONTENT_TEXT_CATEGORY

Associative table that maps a contenttext record to one or more categories.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CONTENT_TEXT_CATEGORY_PK

CONTENT_TEXT_ID, TAG_ID

Columns

Name Datatype Length Not-null Comments
CONTENT_TEXT_ID VARCHAR2 32 Yes This is the Reference to contenttext table record.
TAG_ID VARCHAR2 32 Yes This is the Reference to Tag table, containing a category (table also stores user group)

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CONTENT_TEXT_CATEGORY cso_content_text CONTENT_TEXT_ID
CSO_CONTENT_TEXT_CATEGORY cso_tag TAG_ID

Indexes

Index Uniqueness Columns
CSO_CONTENT_TEXT_CATEGORY_U1 Unique CONTENT_TEXT_ID, TAG_ID
CSO_CONTENT_TEXT_CATEGORY_N1 Non Unique TAG_ID