Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the password_resets table |
|||
| hash | VARCHAR | 255 | null |
|
|
|||||
| created | DATETIME | 19 | null |
|
|
|||||
| user_id | VARCHAR | 255 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |

