Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
t_bom_indented_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_pinstance_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_acctschema_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cost | numeric | 0 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
currentcostprice | numeric | 0 | √ | null |
|
|
|||||
currentcostpricell | numeric | 0 | √ | null |
|
|
|||||
futurecostprice | numeric | 0 | √ | null |
|
|
|||||
futurecostpricell | numeric | 0 | √ | null |
|
|
|||||
isactive | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
levelno | numeric | 10 | √ | NULL::numeric |
|
|
|||||
levels | varchar | 250 | √ | NULL::character varying |
|
|
|||||
m_costelement_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
qtybom | numeric | 0 | √ | null |
|
|
|||||
seqno | numeric | 10 | √ | NULL::numeric |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
qty | numeric | 0 | √ | null |
|
|
|||||
costfuture | numeric | 0 | √ | null |
|
|
|||||
sel_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
t_bom_indented_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
cof_producttype_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_productclass_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_productgroup_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_organizacaocusto_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
t_bom_indented_key | Primary key | Asc | t_bom_indented_id |
t_bom_indented_uu_idx | Must be unique | Asc | t_bom_indented_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
t_bom_indented_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |