Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
|||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
createdby | numeric | 10 | null |
|
|
|||||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
||||||||
hostaddress | varchar | 60 | null |
|
|
|||||||||
hostport | numeric | 10 | null |
|
|
|||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
name | varchar | 60 | null |
|
|
|||||||||
proxyaddress | varchar | 60 | √ | NULL::character varying |
|
|
||||||||
proxylogon | varchar | 60 | √ | NULL::character varying |
|
|
||||||||
proxypassword | varchar | 60 | √ | NULL::character varying |
|
|
||||||||
proxyport | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
servicepath | varchar | 60 | √ | NULL::character varying |
|
|
||||||||
shippingprocessorclass | varchar | 60 | √ | NULL::character varying |
|
|
||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||
m_shippingprocessorcfg_id | numeric | 10 | null |
|
|
|||||||||
m_shippingprocessorcfg_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
x_shippingprocessor_key | Primary key | Asc | m_shippingprocessorcfg_id |
m_shippingprocessorcfg_uu_idx | Must be unique | Asc | m_shippingprocessorcfg_uu |
x_shippingproc_unique_columns | Must be unique | Asc/Asc/Asc | ad_client_id + ad_org_id + name |
Check Constraints
Constraint Name | Constraint |
---|---|
x_shippingprocessor_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |