Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
||||
token | varchar | 255 | null |
|
|
|||||
access_token_id | int8 | 19 | √ | null |
|
|
||||
application_id | int8 | 19 | null |
|
|
|||||
user_id | int4 | 10 | null |
|
|
|||||
created | timestamptz | 35,6 | null |
|
|
|||||
updated | timestamptz | 35,6 | null |
|
|
|||||
revoked | timestamptz | 35,6 | √ | null |
|
|
||||
token_family | uuid | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
oauth2_provider_refreshtoken_pkey | Primary key | Asc | id |
oauth2_provider_refreshtoken_access_token_id_key | Must be unique | Asc | access_token_id |
oauth2_provider_refreshtoken_application_id_2d1c311b | Performance | Asc | application_id |
oauth2_provider_refreshtoken_token_revoked_af8a5134_uniq | Must be unique | Asc/Asc | token + revoked |
oauth2_provider_refreshtoken_user_id_da837fce | Performance | Asc | user_id |