app_user_password_history

0 rows


Description

A rotating log of hashes of previously used passwords for each user.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_user_password_history_id_seq'::regclass)
userid int8 19 null
app_user.id Defined in XMLR
hash varchar 255 ''::character varying
timecreated int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_userpasshist_id_pk Primary key Asc id
app_userpasshist_use_ix Performance Asc userid

Relationships