Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_mfa_instance_config_id_seq'::regclass) |
|
|
|||||
user_id | int8 | 19 | null |
|
|
||||||
type | varchar | 255 | ''::character varying |
|
|
||||||
label | text | 2147483647 | √ | null |
|
|
|||||
config | text | 2147483647 | null |
|
|
||||||
secure_config | text | 2147483647 | √ | null |
|
|
|||||
created_at | int8 | 19 | null |
|
|
||||||
updated_at | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_mfainstconf_id_pk | Primary key | Asc | id |
app_mfainstconf_use_ix | Performance | Asc | user_id |