CSO_CONTENT_USER_VISIT

This table stores which contenttext a particular user has seen.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CONTENT_USER_VISIT_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the datetime that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes Datetime record was last modified in repository.
CONTENT_TEXT_ID VARCHAR2 32 Yes This is the GUID reference to the contenttext record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
USER_ID VARCHAR2 32 This is the obsolete GUID reference to the user record.
USER_PARTY_ID NUMBER 18 This is the ID of the user that visited this content.

Indexes

Index Uniqueness Tablespace Columns
CSO_CONTENT_USER_VISIT_N2 Non Unique Default CONTENT_TEXT_ID
CSO_CONTENT_USER_VISIT_U1 Unique Default RECORD_ID
CSO_CONTENT_USER_VISIT_UK1 Unique Default USER_ID, USER_PARTY_ID, CONTENT_TEXT_ID