Database Table: CWMEMBER

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".
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034921080 COLLABWS_ID, LOGONID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_969 COLLABWS_ID COLLABWS COLLABWS_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable