Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
c_uom_length_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_uom_weight_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
height | numeric | 0 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
length | numeric | 0 | √ | null |
|
|
|||||
m_shippingtransaction_id | numeric | 10 | null |
|
|
||||||
m_shippingtransactionline_id | numeric | 10 | null |
|
|
||||||
m_shippingtransactionline_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
mastertrackingno | varchar | 255 | √ | NULL::character varying |
|
|
|||||
price | numeric | 0 | √ | null |
|
|
|||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
seqno | numeric | 10 | √ | NULL::numeric |
|
|
|||||
trackingno | varchar | 255 | √ | NULL::character varying |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
weight | numeric | 0 | √ | null |
|
|
|||||
width | numeric | 0 | √ | null |
|
|
|||||
m_packagemps_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_shippingtransactionline_key | Primary key | Asc | m_shippingtransactionline_id |
m_shippingtransactionli_uu_idx | Must be unique | Asc | m_shippingtransactionline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_shippingtransactionline_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_shippingtransactionline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |