Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||
ad_ctxhelp_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||
ad_ctxhelp_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||||||||
ad_form_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||
ad_org_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||
ad_process_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||
ad_tab_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||||||||||||||||||||
createdby | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||
ctxtype | bpchar | 1 | √ | null |
|
|
|||||||||||||||||||||||||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||||||||||||||
name | varchar | 120 | null |
|
|
||||||||||||||||||||||||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||||||||||||||||||||
updatedby | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||
ad_infowindow_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||
ad_workflow_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||
ad_task_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||
ad_table_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_ctxhelp_key | Primary key | Asc | ad_ctxhelp_id |
ad_ctxhelp_uu_idx | Must be unique | Asc | ad_ctxhelp_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_ctxhelp_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |