Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_user_id | numeric | 10 | null |
|
|
||||||
ad_wlistbox_customization_id | numeric | 10 | null |
|
|
||||||
ad_wlistbox_customization_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
custom | varchar | 4000 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
wlistboxname | varchar | 80 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_wlistbox_customization_key | Primary key | Asc | ad_wlistbox_customization_id |
ad_wlistbox_custom_name_idx | Must be unique | Asc/Asc/Asc | ad_client_id + ad_user_id + wlistboxname |
ad_wlistbox_customizationuuidx | Must be unique | Asc | ad_wlistbox_customization_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_wlistbox_customization_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |