Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||||||||
ad_org_id | numeric | 10 | null |
|
|
||||||||||||
connectionkey | varchar | 60 | √ | NULL::character varying |
|
|
|||||||||||
connectionpassword | varchar | 60 | null |
|
|
||||||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||
createdby | numeric | 10 | null |
|
|
||||||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||
m_shippingprocessor_id | numeric | 10 | null |
|
|
||||||||||||
m_shippingprocessor_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||
updatedby | numeric | 10 | null |
|
|
||||||||||||
userid | varchar | 60 | null |
|
|
||||||||||||
m_shippingprocessorcfg_id | numeric | 10 | null |
|
|
||||||||||||
name | varchar | 60 | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_shippingprocessor_key | Primary key | Asc | m_shippingprocessor_id |
m_shippingproc_unique_columns | Must be unique | Asc/Asc/Asc | ad_client_id + ad_org_id + m_shippingprocessorcfg_id |
m_shippingprocessor_uu_idx | Must be unique | Asc | m_shippingprocessor_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_shippingprocessor_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |