Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_passwordrule_id | numeric | 10 | null |
|
|
||||||
alphabeticalcharacter | numeric | 10 | √ | NULL::numeric |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isdictmatchbackwards | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
digitcharacter | numeric | 10 | √ | NULL::numeric |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
lowercasecharacter | numeric | 10 | √ | NULL::numeric |
|
|
|||||
maxlength | numeric | 10 | √ | NULL::numeric |
|
|
|||||
minlength | numeric | 10 | √ | NULL::numeric |
|
|
|||||
name | varchar | 60 | NULL::character varying |
|
|
||||||
nonalphanumericcharacter | numeric | 10 | √ | NULL::numeric |
|
|
|||||
numericalsequence | numeric | 10 | √ | NULL::numeric |
|
|
|||||
pathdictionary | varchar | 255 | √ | NULL::character varying |
|
|
|||||
repeatcharacterregex | numeric | 10 | √ | NULL::numeric |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | √ | NULL::numeric |
|
|
|||||
uppercasecharacter | numeric | 10 | √ | NULL::numeric |
|
|
|||||
isusernamerule | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
isusingdictionary | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
iswhitespace | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
ad_passwordrule_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
alphabeticalsequence | numeric | 10 | √ | NULL::numeric |
|
|
|||||
qwertysequence | numeric | 10 | √ | NULL::numeric |
|
|
|||||
days_reuse_password | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_passwordrule_key | Primary key | Asc | ad_passwordrule_id |
ad_passwordrule_uu_idx | Must be unique | Asc | ad_passwordrule_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_passwordrule_dictmatchbackwards_check | ((isdictmatchbackwards = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_passwordrule_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_passwordrule_username_check | ((isusernamerule = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_passwordrule_usingdictionary_check | ((isusingdictionary = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_passwordrule_whitespace_check | ((iswhitespace = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |