Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('socialaccount_socialtoken_id_seq'::regclass) |
|
|
|||||
| token | text | 2147483647 | null |
|
|
||||||
| token_secret | text | 2147483647 | null |
|
|
||||||
| expires_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| account_id | int4 | 10 | null |
|
|
||||||
| app_id | int4 | 10 | null |
|
|
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 |