Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
entitytype | varchar | 40 | 'U'::character varying |
|
|
||||||
configurationlevel | bpchar | 1 | √ | 'S'::bpchar |
|
|
|||||
ad_wf_node_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
m_product_id | numeric | 10 | null |
|
|
||||||
pp_wf_node_product_id | numeric | 10 | null |
|
|
||||||
qty | numeric | 0 | √ | null |
|
|
|||||
seqno | numeric | 10 | √ | null |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
issubcontracting | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
yield | numeric | 10 | √ | null |
|
|
|||||
pp_wf_node_product_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pp_wf_node_product_key | Primary key | Asc | pp_wf_node_product_id |
pp_wf_node_product_uu_idx | Must be unique | Asc | pp_wf_node_product_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
pp_wf_node_product_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
pp_wf_node_product_issubcontracting_check | ((issubcontracting = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |