This table stores the account policies.
Column Name | Column Type | Column Description |
---|---|---|
PLCYACCLCK_ID | BIGINT NOT NULL |
The ID for the account lockout policy foreign key to the Account Lockout Policy (PLCYACCLCK) table. |
PLCYACCT_ID | INTEGER NOT NULL |
The ID for the Account Policy (PLCYACCT) table. |
PLCYPASSWD_ID | BIGINT NOT NULL |
The ID for the password policy foreign key to the Password Policy (PLCYPASSWD) table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035034200 | PLCYACCT_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_599 | PLCYACCLCK_ID | PLCYACCLCK | PLCYACCLCK_ID | Cascade |
F_600 | PLCYPASSWD_ID | PLCYPASSWD | PLCYPASSWD_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_598 | PLCYACCT_ID | PLCYACCDSC | PLCYACCT_ID | Cascade |
F_894 | PLCYACCT_ID | USERREG | PLCYACCT_ID | Cascade |