Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_ctxhelpsuggestion_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_ctxhelp_id | numeric | 10 | null |
|
|
||||||
ad_ctxhelpmsg_id | numeric | 10 | null |
|
|
||||||
ad_ctxhelpsuggestion_uu | varchar | 36 | null |
|
|
||||||
ad_language | varchar | 6 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_userclient_id | numeric | 10 | null |
|
|
||||||
ad_user_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
msgtext | varchar | 2000 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
isapproved | bpchar | 1 | 'N'::bpchar |
|
|
||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
acceptsuggestion | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
rejectsuggestion | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
comparesuggestion | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
issaveastenantcustomization | bpchar | 1 | 'N'::bpchar |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_ctxhelpsuggestion_key | Primary key | Asc | ad_ctxhelpsuggestion_id |
ad_ctxhelpsuggestion_uu_idx | Must be unique | Asc | ad_ctxhelpsuggestion_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_ctxhelpsuggestion_isapproved_check | ((isapproved = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_ctxhelpsuggestion_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_ctxhelpsuggestion_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_ctxhelpsuggestion_issaveastenantcustomization_check | ((issaveastenantcustomization = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |