Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mfa_method_id | numeric | 10 | null |
|
|
|||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
createdby | numeric | 10 | null |
|
|
|||||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
||||||||
help | varchar | 2000 | √ | NULL::character varying |
|
|
||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
mfa_method_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||
name | varchar | 60 | null |
|
|
|||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||
method | varchar | 60 | null |
|
|
|||||||||
mfatype | bpchar | 1 | √ | NULL::bpchar |
|
|
||||||||
mfaissuer | varchar | 2000 | √ | NULL::character varying |
|
|
||||||||
mfaallowedtimediscrepancy | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
mfatimeprovider | bpchar | 1 | √ | NULL::bpchar |
|
|
||||||||
mfatimeserver | varchar | 255 | √ | NULL::character varying |
|
|
||||||||
expireinminutes | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
r_mailtext_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
mfa_elementprm_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
mfa_method_key | Primary key | Asc | mfa_method_id |
mfa_method_uu_idx | Must be unique | Asc | mfa_method_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
mfa_method_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |