Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cof_c_di_id | numeric | 10 | null |
|
|
||||||||||||
| cof_c_di_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 |
|
|
||||||||||||
| cof_ndi | varchar | 12 | null |
|
|
||||||||||||
| cof_ddi | timestamp | 29,6 | null |
|
|
||||||||||||
| cof_xlocdesemb | varchar | 60 | null |
|
|
||||||||||||
| cof_ufdesemb | varchar | 2 | null |
|
|
||||||||||||
| cof_ddesemb | timestamp | 29,6 | null |
|
|
||||||||||||
| cof_tpviatransp | varchar | 2 | null |
|
|
||||||||||||
| cof_vafrmm | numeric | 0 | √ | (0)::numeric |
|
|
|||||||||||
| cof_tpintermedio | bpchar | 1 | null |
|
|
||||||||||||
| cof_cnpj | varchar | 14 | √ | NULL::character varying |
|
|
|||||||||||
| cof_ufterceiro | varchar | 2 | √ | NULL::character varying |
|
|
|||||||||||
| cof_cexportador | varchar | 60 | null |
|
|
||||||||||||
| c_invoice_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
| processed | bpchar | 1 | 'N'::bpchar |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_c_di_key | Primary key | Asc | cof_c_di_id |
| cof_c_di_uu_idx | Must be unique | Asc | cof_c_di_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_c_di_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_c_di_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |