WebSphere Commerce database table: PLCYACCT

This table stores the account policies.


Column Description(s):
Column NameColumn TypeDescription
PLCYACCT_ID INTEGER NOT NULL The ID for the Account Policy table (PLCYACCT).
PLCYACCLCK_ID BIGINT NOT NULL The ID for the account lockout policy foreign key to the Account Lockout Policy table (PLCYACCLCK).
PLCYPASSWD_ID BIGINT NOT NULL The ID for the password policy foreign key to the Password Policy table (PLCYPASSWD).
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031255610 PLCYACCT_ID Primary Key
I0000695 PLCYACCLCK_ID Non-Unique Index
I0000696 PLCYPASSWD_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_599 PLCYACCLCK_ID PLCYACCLCK PLCYACCLCK_ID Cascade
F_600 PLCYPASSWD_ID PLCYPASSWD PLCYPASSWD_ID Cascade

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_598 PLCYACCT_ID PLCYACCDSC PLCYACCT_ID Cascade
F_894 PLCYACCT_ID USERREG PLCYACCT_ID Cascade

Feedback