WebSphere Commerce database table: CWMEMBER

This table stores collaborative workspace member information.


Column Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031220500 COLLABWS_ID+LOGONID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_969 COLLABWS_ID COLLABWS COLLABWS_ID Cascade

Feedback