CSO_SUBSCRIPTION_TAG
This is an associative table that contains the categories attached to a subscription.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SUBSCRIPTION_TAG_PK |
SUBSCRIPTION_ID, TAG_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| SUBSCRIPTION_ID | VARCHAR2 | 32 | Yes | This is the GUID for the Subscription. |
| TAG_ID | VARCHAR2 | 32 | Yes | This is the GUID for the tag for this record. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_SUBSCRIPTION_TAG | cso_tag | TAG_ID |
| CSO_SUBSCRIPTION_TAG | cso_subscription | SUBSCRIPTION_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_SUBSCRIPTION_TAG_U1 | Unique | SUBSCRIPTION_ID, TAG_ID |
| CSO_SUBSCRIPTION_TAG_N1 | Non Unique | TAG_ID |