This table stores locale specific information for the ROLE table.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (4000) NULL |
Description of the role. |
DISPLAYNAME | VARCHAR (254) NOT NULL |
Locale specific description of the role. |
LANGUAGE_ID | INTEGER NOT NULL |
Language ID. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
ROLE_ID | INTEGER NOT NULL |
Role ID. Foreign key to the ROLE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035056700 | ROLE_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_1028 | ROLE_ID | ROLE | ROLE_ID | Cascade |
F_1029 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|