Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_wf_node_id | numeric | 10 | null |
|
|
||||||
ad_wizardprocess_id | numeric | 10 | null |
|
|
||||||
ad_wizardprocess_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
note | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
wizardstatus | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
ad_user_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_wizardprocess_key | Primary key | Asc | ad_wizardprocess_id |
ad_wizardprocess_uu_idx | Must be unique | Asc | ad_wizardprocess_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_wizardprocess_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |