Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| ad_table_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_bpartner_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_location_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| cof_dataentregaavulsa | timestamp | 29,6 | √ | null |
|
|
|||||
| cof_entregaavulsa_id | numeric | 10 | null |
|
|
||||||
| cof_entregaavulsa_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| cof_peso | numeric | 0 | √ | 0 |
|
|
|||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| documentno | varchar | 30 | √ | NULL::character varying |
|
|
|||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| record_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| c_bpartner_location_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| deliveryviarule | bpchar | 1 | √ | 'D'::bpchar |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_entregaavulsa_key | Primary key | Asc | cof_entregaavulsa_id |
| cof_entregaavulsa_uu_idx | Must be unique | Asc | cof_entregaavulsa_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_entregaavulsa_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |