Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_osproduto_id | numeric | 10 | null |
|
|
||||||
cof_osproduto_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 |
|
|
||||||
m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
qty | numeric | 0 | '0'::numeric |
|
|
||||||
cof_valorunitario | numeric | 0 | '0'::numeric |
|
|
||||||
grandtotal | numeric | 0 | √ | null |
|
|
|||||
cof_faturado | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
cof_motivo | varchar | 2 | √ | NULL::character varying |
|
|
|||||
cof_incorporarservico | bpchar | 1 | 'N'::bpchar |
|
|
||||||
cof_servico_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_baixaestoque | bpchar | 1 | 'N'::bpchar |
|
|
||||||
cof_ordemservico_id | numeric | 10 | null |
|
|
||||||
m_pricelist_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_qtyservico | numeric | 0 | '0'::numeric |
|
|
||||||
cof_valorservico | numeric | 0 | '0'::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_osproduto_key | Primary key | Asc | cof_osproduto_id |
cof_osproduto_uu_idx | Must be unique | Asc | cof_osproduto_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_osproduto_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_osproduto_cof_incorporarservico_check | ((cof_incorporarservico = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_osproduto_cof_baixaestoque_check | ((cof_baixaestoque = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_osproduto_cof_faturado_check | ((cof_faturado = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |