Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| cof_linhareposicao_id | numeric | 10 | null |
|
|
||||||
| cof_linhareposicao_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| cof_reposicaoestoquefilial_id | numeric | 10 | √ | null |
|
|
|||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| m_warehouse_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| m_warehouseto_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| m_locatorto_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| cof_qtdtotalestoqueorigem | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_deltavendasmensal | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_qtdreposicao | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_qtdestoquedestino | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_nvmaxlocdest | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_nvminlocdest | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_nivelseguranca | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| c_orderline_id | numeric | 10 | √ | null |
|
|
|||||
| cof_volumeexcedente | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_diasestoqueorigem | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_diasestoquedestino | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_isvalidacao1 | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| cof_isvalidacao2 | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| cof_isvalidacao3 | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| m_locator_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_linhareposicao_key | Primary key | Asc | cof_linhareposicao_id |
| cof_linhareposicao_uu_idx | Must be unique | Asc | cof_linhareposicao_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_linhareposicao_cof_validacao1_check | ((cof_isvalidacao1 = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_linhareposicao_cof_validacao3_check | ((cof_isvalidacao3 = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_linhareposicao_cof_validacao2_check | ((cof_isvalidacao2 = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_linhareposicao_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |