Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
|||||||||
| ad_org_id | numeric | 10 | null |
|
|
|||||||||
| c_bpartner_id | numeric | 10 | √ | null |
|
|
||||||||
| cof_controleestoqueetiqueta_id | numeric | 10 | null |
|
|
|||||||||
| cof_controleestoqueetiqueta_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||
| cof_datadocumento | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
| cof_datamovimentacao | timestamp | 29,6 | √ | null |
|
|
||||||||
| cof_motivo | varchar | 1000 | null |
|
|
|||||||||
| cof_orgto_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
| cof_tipocontroleestoqueetiqueta | bpchar | 1 | null |
|
|
|||||||||
| created | timestamp | 29,6 | null |
|
|
|||||||||
| createdby | numeric | 10 | null |
|
|
|||||||||
| docaction | bpchar | 2 | 'CO'::bpchar |
|
|
|||||||||
| docstatus | varchar | 2 | 'DR'::character varying |
|
|
|||||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
| m_warehouse_id | numeric | 10 | √ | null |
|
|
||||||||
| m_warehouseto_id | numeric | 10 | √ | null |
|
|
||||||||
| updated | timestamp | 29,6 | null |
|
|
|||||||||
| updatedby | numeric | 10 | null |
|
|
|||||||||
| value | varchar | 40 | √ | null |
|
|
||||||||
| cof_conferencia_id | numeric | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_controleestoqueetiqueta_key | Primary key | Asc | cof_controleestoqueetiqueta_id |
| cof_controleestoqueetiqueta_uu_idx | Must be unique | Asc | cof_controleestoqueetiqueta_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_controleestoqueetiqueta_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |