CSO_DB_TOPIC_FILE

This table contains a File attached to a topic

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_DB_TOPIC_FILE_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
DB_TOPIC_ID VARCHAR2 32 Yes This is the GUID reference to the topic this file is attached to
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes Date record was last modified in repository.
FILE_NAME VARCHAR2 100 Yes This is the attached file's name for the record.
FILE_SIZE NUMBER Yes The size (in bytes) of attached file.
MD5 VARCHAR2 32 Yes A md5 (128-bit) hash of file used to determine if a file change has occured.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_DB_TOPIC_FILE cso_db_topic DB_TOPIC_ID

Indexes

Index Uniqueness Columns
CSO_DB_TOPIC_FILE_U1 Unique RECORD_ID
CSO_DB_TOPIC_FILE_N1 Non Unique DB_TOPIC_ID