Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_external_tokens_id_seq'::regclass) |
|
|
|||||
token | varchar | 128 | ''::character varying |
|
|
||||||
tokentype | int2 | 5 | null |
|
|
||||||
userid | int8 | 19 | null |
|
|
||||||
externalserviceid | int8 | 19 | null |
|
|
||||||
sid | varchar | 128 | √ | null |
|
|
|||||
contextid | int8 | 19 | null |
|
|
||||||
creatorid | int8 | 19 | 1 |
|
|
||||||
iprestriction | varchar | 255 | √ | null |
|
|
|||||
validuntil | int8 | 19 | √ | null |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
||||||
lastaccess | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_extetoke_id_pk | Primary key | Asc | id |
app_extetoke_con_ix | Performance | Asc | contextid |
app_extetoke_cre_ix | Performance | Asc | creatorid |
app_extetoke_ext_ix | Performance | Asc | externalserviceid |
app_extetoke_use_ix | Performance | Asc | userid |