This table stores the roles defined in WebSphere
Commerce. Once a role is created, you cannot change the name or
description of a role using a graphical user interface tool.
Column Descriptions:
Name | Type | Description |
ROLE_ID | INTEGER NOT NULL | Primary key for the role. |
NAME | VARCHAR (254) NOT NULL | Name of the role. For example, "Customer Service
Representative". |
DESCRIPTION | VARCHAR (4000) | Description of the role. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | ROLE_ID | Primary Key |
I0000217 | NAME | Unique Index |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1028 | ROLE_ID | ROLEDESC | ROLE_ID | Cascade |
F_1215 | ROLE_ID | ROLEASNPRM | ASSIGNING_ROLE_ID | Cascade |
F_1216 | ROLE_ID | ROLEASNPRM | ASSIGNABLE_ROLE_ID | Cascade |
F_1217 | ROLE_ID | TICKLER | RESPONSIBLEROLE | Cascade |
F_1218 | ROLE_ID | TKLRREASON | ASSIGNTOROLE | Cascade |
F_453 | ROLE_ID | MBRROLE | ROLE_ID | Cascade |