Fields (5)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| user_id | binary(16) | NO | NULL | ||
| token_id | varchar(80) | NO | UNI | NULL | |
| issued_at | datetime(3) | NO | NULL | ||
| expires_at | datetime(3) | NO | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.token_id | token_id | Yes |