# Sub Dictionary: `password_reset_tokens`

## Table Info

| Property | Value |
|----------|-------|
| Table | `password_reset_tokens` |
| Database | quitsure |
| Connection | `mysql` |
| Engine | InnoDB |
| Type | TABLE |
| Category | Framework/Laravel |

## Columns

| # | Column | Type | Nullable | Default | Key | Extra | Description |
|---|--------|------|----------|---------|-----|-------|-------------|
| 1 | `email` | `varchar(255)` | NO | - | PRI | - |  |
| 2 | `token` | `varchar(255)` | NO | - | - | - |  |
| 3 | `created_at` | `timestamp` | YES | NULL | - | - | Laravel timestamp (created) |

## Indexes

| Name | Columns | Unique | Type |
|------|---------|--------|------|
| `PRIMARY` | `email` | YES | BTREE |

## Foreign Keys

### Formal Foreign Keys

None defined.

