Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| access_key_id | BIGINT | 19 | √ | null |
|
|
||||
| context | VARCHAR | 40 | null |
|
|
|||||
| key_hash | VARCHAR | 40 | null |
|
|
|||||
| user_id | BIGINT | 19 | null |
|
|
|||||
| assoc_id | BIGINT | 19 | √ | NULL |
|
|
||||
| expiry_date | DATETIME | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | access_key_id |
| access_keys_hash | Performance | Asc/Asc/Asc | key_hash + user_id + context |
| access_keys_user_id | Performance | Asc | user_id |

