Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
access_token | VARCHAR | 191 | null |
|
|
generarated access token |
|||||
client_id | VARCHAR | 191 | null |
|
|
the client id the access token belongs to |
|||||
expires | INT | 10 | null |
|
|
expiration time in seconds |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | access_token |