Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mfa_registration_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 |
|
|
||||||
| name | varchar | 1000 | √ | NULL::character varying |
|
|
|||||
| help | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| mfa_registration_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| mfa_method_id | numeric | 10 | null |
|
|
||||||
| ad_user_id | numeric | 10 | null |
|
|
||||||
| mfasecret | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| isvalid | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| mfavalidatedat | timestamp | 29,6 | √ | null |
|
|
|||||
| mfaunregisteredat | timestamp | 29,6 | √ | null |
|
|
|||||
| isusermfapreferred | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| expiration | timestamp | 29,6 | √ | null |
|
|
|||||
| parametervalue | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| mfalastsecret | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| lastsuccess | timestamp | 29,6 | √ | null |
|
|
|||||
| lastfailure | timestamp | 29,6 | √ | null |
|
|
|||||
| failedlogincount | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mfa_registration_key | Primary key | Asc | mfa_registration_id |
| mfa_registration_uu_idx | Must be unique | Asc | mfa_registration_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| mfa_registration_isvalid_check | ((isvalid = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| mfa_registration_isusermfapreferred_check | ((isusermfapreferred = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| mfa_registration_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |