oauth2_provider_refreshtoken

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
oauth2_provider_accesstoken.source_refresh_token_id oauth2_provider_acce_source_refresh_token_e66fbc72_fk_oauth2_prR
token varchar 255 null
access_token_id int8 19 null
oauth2_provider_accesstoken.id oauth2_provider_refr_access_token_id_775e84e8_fk_oauth2_prR
application_id int8 19 null
oauth2_provider_application.id oauth2_provider_refr_application_id_2d1c311b_fk_oauth2_prR
user_id int4 10 null
auth_user.id oauth2_provider_refreshtoken_user_id_da837fce_fk_auth_user_idR
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

Relationships