CSO_CONTENT_ATT_SUMMARY
This is the comment for the table Content.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_CONTENT_ATT_SUMMARY_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the comment for the column RECORD_ID. |
| SITE_ID | VARCHAR2 | 32 | Yes | This is the comment for the column SITE_ID. |
| CONTENT_ID | VARCHAR2 | 32 | Yes | This is the comment for the column CONTENT_ID. |
| ATTRIBUTE_NAME | VARCHAR2 | 50 | Yes | This is the comment for the column ATTRIBUTE_NAME. |
| VALUE | NUMBER | Yes | This is the comment for the column VALUE. | |
| DATE_ADDED | TIMESTAMP | Yes | This is the comment for the column DATE_ADDED. | |
| DATE_MODIFIED | TIMESTAMP | Yes | This is the comment for the column DATE_MODIFIED. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_CONTENT_ATT_SUMMARY | cso_site | SITE_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_CONTENT_ATT_SUMMARY_U1 | Unique | RECORD_ID |
| CSO_CONTENT_ATT_SUMMARY_N1 | Non Unique | SITE_ID |
| CSO_CONTENT_ATT_SUMMARY_UK1 | Unique | ATTRIBUTE_NAME, CONTENT_ID |