CSO_CONTENT_METADATA

This table contains the XML data for the meta schema properties defined for the channel.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CONTENT_METADATA_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
XML CLOB Yes Contains the formatted XML string containing the meta schema data for the content record.
CONTENT_ID VARCHAR2 32 Yes This is the Reference to content table record.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SCHEMA_ID VARCHAR2 32 Yes This is the Reference to the content meta data schema that defines this content record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CONTENT_METADATA cso_content CONTENT_ID
CSO_CONTENT_METADATA cso_xml_schema SCHEMA_ID

Indexes

Index Uniqueness Columns
CSO_CONTENT_METADATA_U1 Unique RECORD_ID
CSO_CONTENT_METADATA_N1 Non Unique SCHEMA_ID
CSO_CONTENT_METADATA_N2 Non Unique CONTENT_ID