Reference > Database > WebSphere Commerce database tables > R
WebSphere Commerce database table: ROLEDESC
Stores translateable descriptions for the roles.
Column Name Column Type Description ROLE_ID INTEGER NOT NULL Role ID. Foreign key to the ROLE table. LANGUAGE_ID INTEGER NOT NULL Language ID. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. DISPLAYNAME VARCHAR(254) NOT NULL Locale specific description of the role. DESCRIPTION VARCHAR(4000) The description of the role. OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL100520030425130 ROLE_ID+LANGUAGE_ID Primary Key
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_1029 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade F_1028 ROLE_ID ROLE ROLE_ID Cascade
Related reference
_vcc_freeselect_bottom_