Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_reference_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
ad_table_id | numeric | 10 | null |
|
|
||||||
ad_key | numeric | 10 | null |
|
|
||||||
ad_display | numeric | 10 | null |
|
|
||||||
isvaluedisplayed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
whereclause | varchar | 2000 | √ | null |
|
|
|||||
orderbyclause | varchar | 2000 | √ | null |
|
|
|||||
entitytype | varchar | 40 | 'D'::character varying |
|
|
||||||
ad_window_id | numeric | 10 | √ | null |
|
|
|||||
ad_ref_table_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_infowindow_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_ref_table_pkey | Primary key | Asc | ad_reference_id |
ad_ref_table_uu_idx | Must be unique | Asc | ad_ref_table_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_ref_table_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
ad_ref_table_isvaluedisplayed_check | ((isvaluedisplayed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |