CSO_PUB_TAG
Associative table that relates published content with categories. This data gets updated when records are published.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_PUB_TAG_PK |
PUB_ID, TAG_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| PUB_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to CONTENT_TEXTPUB records. |
| TAG_ID | VARCHAR2 | 32 | Yes | This is the Reference to Tag table, containing either a category, user group. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_PUB_TAG | cso_tag | TAG_ID |
| CSO_PUB_TAG | cso_content_text_pub | PUB_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_PUB_TAG_U1 | Unique | PUB_ID, TAG_ID |
| CSO_PUB_TAG_UK1 | Unique | TAG_ID, PUB_ID |