CSO_DB_USER_GRPS
This table contains the visible user groups when editing a discussionboard.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_DB_USER_GRPS_PK |
TAG_ID, DISCUSSION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TAG_ID | VARCHAR2 | 32 | Yes | This is the Reference to Tag table, containing a user group. |
| DISCUSSION_ID | VARCHAR2 | 32 | Yes | This is the Reference to the DiscussionBoard table. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_DB_USER_GRPS | cso_discussion_board | DISCUSSION_ID |
| CSO_DB_USER_GRPS | cso_tag | TAG_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_DB_USER_GRPS_U1 | Unique | TAG_ID, DISCUSSION_ID |
| CSO_DB_USER_GRPS_N1 | Non Unique | DISCUSSION_ID |