Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
t_cof_relatoriomrp_id | numeric | 10 | null |
|
|
||||||
t_cof_relatoriomrp_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
ad_pinstance_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
producttype | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
m_product_category_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_qtddemanda | numeric | 0 | √ | null |
|
|
|||||
sumqtyonhand | numeric | 0 | √ | null |
|
|
|||||
cof_qtyrequisitada | numeric | 0 | √ | null |
|
|
|||||
cof_necessidadecompra | numeric | 0 | √ | null |
|
|
|||||
cof_productclass_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_producttype_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_productgroup_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
t_cof_relatoriomrp_key | Primary key | Asc | t_cof_relatoriomrp_id |
t_cof_relatoriomrp_uu_idx | Must be unique | Asc | t_cof_relatoriomrp_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
t_cof_relatoriomrp_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |