Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| ad_orgto_id | numeric | 10 | NULL::numeric |
|
|
||||||
| c_doctype_id | numeric | 10 | √ | null |
|
|
|||||
| c_doctypetarget_id | numeric | 10 | null |
|
|
||||||
| cof_reposicaoestoquefilial_id | numeric | 10 | null |
|
|
||||||
| cof_reposicaoestoquefilial_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| docaction | bpchar | 2 | 'CO'::bpchar |
|
|
||||||
| docstatus | varchar | 2 | 'DR'::character varying |
|
|
||||||
| documentno | varchar | 30 | √ | NULL::character varying |
|
|
|||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| m_warehouse_id | numeric | 10 | NULL::numeric |
|
|
||||||
| cof_dataverificacao | timestamp | 29,6 | √ | null |
|
|
|||||
| cof_dataprocessamento | timestamp | 29,6 | √ | null |
|
|
|||||
| isverified | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| cof_mproduct | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| cof_isnegarproduto | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| cof_producttype | varchar | 2000 | √ | null |
|
|
|||||
| cof_productclass | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| cof_isnegartipoproduto | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| cof_isnegarclasseproduto | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| cof_productgroup | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| cof_isnegargrupoproduto | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| processing | bpchar | 1 | √ | null |
|
|
|||||
| cof_isnegarviaentrega | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| deliveryviarule | varchar | 50 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_reposicaoestoquefilial_key | Primary key | Asc | cof_reposicaoestoquefilial_id |
| cof_reposicaoestoquefilial_documetno | Must be unique | Asc | documentno |
| cof_reposicaoestoquefilial_uu_idx | Must be unique | Asc | cof_reposicaoestoquefilial_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_reposicaoestoquefilial_cof_isnegartipoproduto_check | ((cof_isnegartipoproduto = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_reposicaoestoquefilial_cof_isnegarviaentrega_check | ((cof_isnegarviaentrega = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_reposicaoestoquefilial_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_reposicaoestoquefilial_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_reposicaoestoquefilial_isverified_check | ((isverified = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_reposicaoestoquefilial_cof_isnegarproduto_check | ((cof_isnegarproduto = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_reposicaoestoquefilial_cof_isnegargrupoproduto_check | ((cof_isnegargrupoproduto = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_reposicaoestoquefilial_cof_isnegarclasseproduto_check | ((cof_isnegarclasseproduto = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |