CSO_DOC_ATTRIBUTE
This table stores document attributes for custom crawlers.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_DOC_ATTRIBUTE_PK |
COLLECTION_ID, DOC_ID, ATTRIBUTE |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ATTRIBUTE | VARCHAR2 | 255 | Yes | This is the Document attribute for this record. |
| COLLECTION_ID | NUMBER | 38 | Yes | A foreign key reference to COLLECTION_ID in CSO_DOC_META_INFO table. |
| DOC_ID | NUMBER | 38 | Yes | A foreign key reference to DOC_ID in CSO_DOC_META_INFO table. |
| PERMANENT | NUMBER | 38 | Yes | A flag indicating whether the attribute is permanent. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_DOC_ATTRIBUTE | cso_doc_meta_info | COLLECTION_ID, DOC_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_DOC_ATTRIBUTE_U1 | Unique | COLLECTION_ID, DOC_ID, ATTRIBUTE |