CSO_DB_MESSAGE

This table contains the discussion message records.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_MESSAGE_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTUAL_RATING NUMBER Actual rating for the message record.
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.
IP_ADDRESS VARCHAR2 255 IP Address from which the request was made to create this record.
LOCALE_ID VARCHAR2 32 Yes This is the GUID reference to the locale record.
MODERATE NUMBER Flag indicating that the record neeeds moderation. Values 1 - true, 0 - false.
OBJECT_COUNT NUMBER This is the number of children messages.
OBJECT_ID VARCHAR2 255 This is the ID used to calculate the hierarchal position of a message.
PARENT_ID VARCHAR2 32 This is the GUID reference to the parent message record.
PUBLISHED NUMBER Yes Flag indicating that the record was published. Values 1 - Published, 0 - Unpublished.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
STATUS NUMBER Flag that indicates the status of the message record. Values 0-None, 1-Helpful, 2-Solved.
TITLE VARCHAR2 4000 This is the Title for the message record.
TOPIC_ID VARCHAR2 32 Yes This is the GUID reference to the topic record.
TYPE NUMBER Yes Flag that indicates the type of the message record. Values 1-Normal, 2-Announcement.
USER_ID VARCHAR2 32 This is the obsolete GUID reference to the user record that created the record.
USER_NAME VARCHAR2 100 Yes Full name of user record that created the record.
USER_NICKNAME VARCHAR2 100 Nickname of user record that created the record.
USER_PARTY_ID NUMBER 18 This is the ID of the user that created the record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DB_MESSAGE cso_db_topic TOPIC_ID
CSO_DB_MESSAGE cso_db_message PARENT_ID
CSO_DB_MESSAGE cso_locale LOCALE_ID
cso_db_message_file cso_db_message DB_MESSAGE_ID
cso_db_abuse cso_db_message MESSAGE_ID
cso_db_message cso_db_message PARENT_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_DB_MESSAGE_N3 Non Unique Default TOPIC_ID, PUBLISHED, STATUS
CSO_DB_MESSAGE_N4 Non Unique Default TOPIC_ID, STATUS
CSO_DB_MESSAGE_N5 Non Unique Default USER_PARTY_ID, LOCALE_ID, PUBLISHED
CSO_DB_MESSAGE_N6 Non Unique Default TOPIC_ID, LOCALE_ID, PUBLISHED, DATE_ADDED
CSO_DB_MESSAGE_N7 Non Unique Default PARENT_ID
CSO_DB_MESSAGE_N8 Non Unique Default LOCALE_ID
CSO_DB_MESSAGE_U1 Unique Default RECORD_ID