CSO_SITE_TAG
This table associates a category branch with a specific repository and/or view.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SITE_TAG_PK |
TAG_ID, SITE_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TAG_ID | VARCHAR2 | 32 | Yes | This is the Reference to Tag table, containing either a category, user group. |
| SITE_ID | VARCHAR2 | 32 | Yes | This is the Reference to the Site table. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_SITE_TAG | cso_site | SITE_ID |
| CSO_SITE_TAG | cso_tag | TAG_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_SITE_TAG_U1 | Unique | TAG_ID, SITE_ID |
| CSO_SITE_TAG_N1 | Non Unique | SITE_ID |