This table holds language-dependent information related to an account lockout policy.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
The name of the account lockout 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. |
PLCYACCLCK_ID | BIGINT NOT NULL |
The ID of the account lockout policy foreign key to the Account Lockout Policy (PLCYACCTLCK) table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035034540 | PLCYACCLCK_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_601 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_602 | PLCYACCLCK_ID | PLCYACCLCK | PLCYACCLCK_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|