borrower_password_recovery

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
borrowernumber INT 10 null

the user asking a password recovery

uuid VARCHAR 128 null

a unique string to identify a password recovery attempt

valid_until TIMESTAMP 19 current_timestamp()

a time limit on the password recovery attempt

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc borrowernumber
borrowernumber Performance Asc borrowernumber

Relationships