Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_user_private_key_id_seq'::regclass) |
|
|
||||
script | varchar | 128 | ''::character varying |
|
|
|||||
value | varchar | 128 | ''::character varying |
|
|
|||||
userid | int8 | 19 | null |
|
|
|||||
instance | int8 | 19 | √ | null |
|
|
||||
iprestriction | varchar | 255 | √ | null |
|
|
||||
validuntil | int8 | 19 | √ | null |
|
|
||||
timecreated | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_userprivkey_id_pk | Primary key | Asc | id |
app_userprivkey_scrval_ix | Performance | Asc/Asc | script + value |
app_userprivkey_use_ix | Performance | Asc | userid |