CSO_SCH_CLUS_CON_HI

This table stores the history of the relationship between Cluster IDs and Concept IDs (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_CLUS_CON_HI_PK

CONCEPT_ID, CLUS_ID, ROW_START

Columns

Name Datatype Length Not-null Comments
CLUS_ID VARCHAR2 32 Yes This is the Cluster Id for this record being stored.
CONCEPT_ID VARCHAR2 32 Yes This is the Concept Id for this record being stored.
ROW_END TIMESTAMP This is the dateime when a specific version of the config object was modified (NULL indicates this version has not been modified and is currently active)
ROW_START TIMESTAMP Yes This is the datetime when a specific version of the config object was added.

Indexes

Index Uniqueness Columns
CSO_SCH_CLUS_CON_HI_U1 Unique CONCEPT_ID, CLUS_ID, ROW_START