socialaccount_socialtoken

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
token text 2147483647 null
token_secret text 2147483647 null
expires_at timestamptz 35,6 null
account_id int4 10 null
socialaccount_socialaccount.id socialaccount_social_account_id_951f210e_fk_socialaccR
app_id int4 10 null
socialaccount_socialapp.id socialaccount_social_app_id_636a42d7_fk_socialaccR

Indexes

Constraint Name Type Sort Column(s)
socialaccount_socialtoken_pkey Primary key Asc id
socialaccount_socialtoken_account_id_951f210e Performance Asc account_id
socialaccount_socialtoken_app_id_636a42d7 Performance Asc app_id
socialaccount_socialtoken_app_id_account_id_fca4e0ac_uniq Must be unique Asc/Asc app_id + account_id

Relationships