Password resets
| Name | Datatype | Description |
|---|---|---|
| id | INT(10) | unique identifier |
| user_email | VARCHAR(255) | email address of the user |
| token | VARCHAR(255) | generated code for security |
| updated_at | DATETIME | Date and time when last changes were made to the credentials |
Back to Database Tables Main page.