This table stores collaborative workspace member information.
Column Description(s):
Column Name | Column Type | Description |
COLLABWS_ID |
CHAR(32) NOT NULL |
The unique ID for the collaborative workspace. |
LOGONID |
VARCHAR(254) NOT NULL |
The logon ID of the user that has been assigned to the workspace. |
ROLE |
VARCHAR(32) NOT NULL |
The access role of the user in the workspace. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031220500 |
COLLABWS_ID+LOGONID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_969 |
COLLABWS_ID |
COLLABWS |
COLLABWS_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.