CSO_DB_USER_VISIT

This table stores which topics a particular user has seen.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_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.
DISCUSSION_BOARD_ID VARCHAR2 32 Yes This is the GUID reference to the discussion board record.
FORUM_ID VARCHAR2 32 Yes This is the GUID reference to the forum record.
IP_ADDRESS VARCHAR2 255 IP Address from which the user made the request to view the topic.
LOCALE_ID VARCHAR2 32 Yes This is the GUID reference to the locale record.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
TOPIC_ID VARCHAR2 32 Yes This is the GUID reference to the topic record.
USER_ID VARCHAR2 32 This is the obsolete GUID reference to the user record.
USER_NAME VARCHAR2 100 Yes This is the Full name of user record.
USER_PARTY_ID NUMBER 18 This is the ID of the user associated with this record.

Indexes

Index Uniqueness Tablespace Columns
CSO_DB_USER_VISIT_N2 Non Unique Default TOPIC_ID
CSO_DB_USER_VISIT_N3 Non Unique Default USER_PARTY_ID, TOPIC_ID
CSO_DB_USER_VISIT_N4 Non Unique Default USER_PARTY_ID, FORUM_ID, LOCALE_ID
CSO_DB_USER_VISIT_U1 Unique Default RECORD_ID