Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_preference_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_window_id | numeric | 10 | √ | null |
|
|
|||||
| ad_user_id | numeric | 10 | √ | null |
|
|
|||||
| attribute | varchar | 60 | null |
|
|
||||||
| value | varchar | 60 | null |
|
|
||||||
| ad_preference_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| ad_process_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| preferencefor | bpchar | 1 | 'W'::bpchar |
|
|
||||||
| ad_infowindow_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ad_preference_pkey | Primary key | Asc | ad_preference_id |
| ad_preference_attribute | Must be unique | Asc/Asc/Asc/Asc/Asc/Asc/Asc/Asc | preferencefor + ad_infowindow_id + ad_process_id + ad_client_id + ad_org_id + ad_window_id + ad_user_id + attribute |
| ad_preference_uu_idx | Must be unique | Asc | ad_preference_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ad_preference_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |