CSO_CONTENT_TEXT_CAT

This table stores mapping of article and categories.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_CONTENT_TEXT_CAT_PK

CONTENT_TEXT_ID, CATEGORY_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTENT_TEXT_ID VARCHAR2 32 Yes This is the reference to content text table record.
CATEGORY_ID NUMBER 18 Yes Foreign key that references SVC_CATEGORIES (CATEGORY_ID).
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CSO_CONTENT_TEXT_CAT_U1 Unique Default CONTENT_TEXT_ID, CATEGORY_ID