Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
|||||||||
ad_ctxhelp_id | numeric | 10 | null |
|
|
|||||||||
ad_ctxhelpmsg_id | numeric | 10 | null |
|
|
|||||||||
ad_ctxhelpmsg_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
createdby | numeric | 10 | null |
|
|
|||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
line | numeric | 10 | √ | null |
|
|
||||||||
msgtext | varchar | 2000 | null |
|
|
|||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
updatedby | numeric | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_ctxhelpmsg_key | Primary key | Asc | ad_ctxhelpmsg_id |
ad_ctxhelpmsg_limit | Must be unique | Asc/Asc/Asc | ad_ctxhelp_id + ad_client_id + ad_org_id |
ad_ctxhelpmsg_uu_idx | Must be unique | Asc | ad_ctxhelpmsg_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_ctxhelpmsg_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |