Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| ad_workflow_id | numeric | 10 | √ | null |
|
|
|||||
| c_acctschema_id | numeric | 10 | null |
|
|
||||||
| costingmethod | bpchar | 1 | √ | 'x'::bpchar |
|
|
|||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| cumulatedamt | numeric | 0 | √ | null |
|
|
|||||
| cumulatedamtpost | numeric | 0 | √ | null |
|
|
|||||
| cumulatedqty | numeric | 0 | √ | null |
|
|
|||||
| cumulatedqtypost | numeric | 0 | √ | null |
|
|
|||||
| currentcostprice | numeric | 0 | √ | null |
|
|
|||||
| currentcostpricell | numeric | 0 | √ | null |
|
|
|||||
| currentqty | numeric | 0 | √ | null |
|
|
|||||
| isactive | bpchar | 1 | null |
|
|
||||||
| m_attributesetinstance_id | numeric | 10 | √ | null |
|
|
|||||
| m_costelement_id | numeric | 10 | √ | null |
|
|
|||||
| m_costtype_id | numeric | 10 | null |
|
|
||||||
| m_product_id | numeric | 10 | null |
|
|
||||||
| pp_order_cost_id | numeric | 10 | null |
|
|
||||||
| pp_order_id | numeric | 10 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| pp_order_cost_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pp_order_cost_key | Primary key | Asc | pp_order_cost_id |
| pp_order_cost_uu_idx | Must be unique | Asc | pp_order_cost_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| pp_order_cost_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |