Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 100 | null |
|
|
|||
| user_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||
| client_id | BIGINT UNSIGNED | 20 | null |
|
|
|||
| name | VARCHAR | 255 | √ | null |
|
|
||
| scopes | TEXT | 65535 | √ | null |
|
|
||
| revoked | BIT | 0 | null |
|
|
|||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
||
| expires_at | DATETIME | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| oauth_access_tokens_user_id_index | Performance | Asc | user_id |
