Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 |
|
|
||||||
| isdiscountlineamt | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| c_calendar_id | numeric | 10 | √ | null |
|
|
|||||
| c_acctschema1_id | numeric | 10 | √ | null |
|
|
|||||
| c_uom_volume_id | numeric | 10 | √ | null |
|
|
|||||
| c_uom_weight_id | numeric | 10 | √ | null |
|
|
|||||
| c_uom_length_id | numeric | 10 | √ | null |
|
|
|||||
| c_uom_time_id | numeric | 10 | √ | null |
|
|
|||||
| numeric | 10 | √ | null |
|
|
||||||
| ad_tree_org_id | numeric | 10 | √ | null |
|
|
|||||
| ad_tree_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
| ad_tree_project_id | numeric | 10 | √ | null |
|
|
|||||
| ad_tree_salesregion_id | numeric | 10 | √ | null |
|
|
|||||
| ad_tree_product_id | numeric | 10 | √ | null |
|
|
|||||
| m_productfreight_id | numeric | 10 | √ | null |
|
|
|||||
| c_bpartnercashtrx_id | numeric | 10 | √ | null |
|
|
|||||
| keeplogdays | numeric | 10 | √ | null |
|
|
|||||
| ad_tree_activity_id | numeric | 10 | √ | null |
|
|
|||||
| ad_tree_campaign_id | numeric | 10 | √ | null |
|
|
|||||
| logo_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| logoreport_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| logoweb_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| ad_clientinfo_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| ad_storageprovider_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| storagearchive_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_chargefreight_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| fy_startdate | timestamp | 29,6 | √ | null |
|
|
|||||
| isconfirmondocclose | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| isconfirmondocvoid | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| storageimage_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| timezone | varchar | 60 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ad_clientinfo_pkey | Primary key | Asc | ad_client_id |
| ad_clientinfo_uu_idx | Must be unique | Asc | ad_clientinfo_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ad_clientinfo_isconfirmondocvoid_check | ((isconfirmondocvoid = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_clientinfo_isconfirmondocclose_check | ((isconfirmondocclose = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_clientinfo_isdiscountlineamt_check | ((isdiscountlineamt = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| ad_clientinfo_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |