previous_passwords


Columns

Column Type Size Nulls Auto Default Children Parents Comments
insert_instant int8 19 null
encryption_scheme varchar 255 null
factor int4 10 null
password varchar 2048 null
salt varchar 255 null
users_id uuid 2147483647 null
users.id previous_passwords_fk_1 R

Indexes

Constraint Name Type Sort Column(s)
previous_passwords_uk_1 Must be unique Asc/Asc users_id + insert_instant

Relationships