1
0
EQ2Emu/docs/database/world/password_resets.md
2025-05-04 14:34:15 -04:00

13 lines
292 B
Markdown

## Table: `password_resets`
**Description:**
Defines `password_resets` table in the World database.
**Columns:**
- `email` (varchar(255), NOT NULL)
- `token` (varchar(255), NOT NULL)
- `created_at` (timestamp, DEFAULT NULL)
**Indexes/Notes:**
- KEY `password_resets_email_index` (`email`)