Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
c_orderlandedcost_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
c_orderlandedcost_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
landedcostdistribution | bpchar | 1 | 'Q'::bpchar |
|
|
||||||
m_costelement_id | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
c_order_id | numeric | 10 | null |
|
|
||||||
amt | numeric | 0 | (0)::numeric |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_orderlandedcost_key | Primary key | Asc | c_orderlandedcost_id |
c_orderlandedcost_uu_idx | Must be unique | Asc | c_orderlandedcost_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_orderlandedcost_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_orderlandedcost_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |