This table holds language-dependent information related to a password policy.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
A name for the password policy. |
LANGUAGE_ID | INTEGER NOT NULL |
The ID of the language foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
PLCYPASSWD_ID | BIGINT NOT NULL |
The ID of the password policy foreign key to the Password Policy (PLCYPASSWD) table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035035370 | PLCYPASSWD_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_603 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_604 | PLCYPASSWD_ID | PLCYPASSWD | PLCYPASSWD_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|