This table stores collaborative workspace member information.
Column Name | Column Type | Column Description |
---|---|---|
COLLABWS_ID | CHARACTER (32) NOT NULL |
The unique ID for the collaborative workspace. |
LOGONID | VARCHAR (254) NOT NULL |
Reserved for IBM internal use. |
ROLE | VARCHAR (32) NOT NULL |
The access level of the member in the collaborative workspace. This value can be either "manager", "author" or "reader". |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034921080 | COLLABWS_ID, LOGONID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_969 | COLLABWS_ID | COLLABWS | COLLABWS_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|