Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
user_id | VARCHAR | 32 | null |
|
|
|||
token | VARCHAR | 32 | null |
|
|
|||
expiration | INT | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc/Asc/Asc | user_id + token + expiration |
index_expiration | Performance | Asc | expiration |
index_token | Performance | Asc | token |
index_user_id | Performance | Asc | user_id |
Diagram producer might be missing
No diagrams were produced please see application output for any errors