Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cof_controleremessasind_id | numeric | 10 | null |
|
|
||||||
| cof_controleremessasind_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 |
|
|
||||||
| value | varchar | 40 | √ | NULL::character varying |
|
|
|||||
| c_doctypetarget_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| lbr_transactiontype | varchar | 3 | √ | NULL::character varying |
|
|
|||||
| m_pricelist_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| cof_c_custody_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_bpartner_id | numeric | 10 | NULL::numeric |
|
|
||||||
| c_invoice_id | numeric | 10 | null |
|
|
||||||
| c_order_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| lbr_docfiscal_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| cof_datacontafatura | timestamp | 29,6 | √ | null |
|
|
|||||
| cof_statusprocesso | varchar | 100 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_controleremessasind_key | Primary key | Asc | cof_controleremessasind_id |
| cof_controleremessasind_c_invoice_id_idx | Performance | Asc | c_invoice_id |
| cof_controleremessasind_c_order_id_idx | Performance | Asc | c_order_id |
| cof_controleremessasind_uu_idx | Must be unique | Asc | cof_controleremessasind_uu |
| cof_restricaoregistro | Must be unique | Asc/Asc/Asc/Asc | ad_org_id + c_bpartner_id + c_invoice_id + cof_datacontafatura |
| cof_valuexorg | Must be unique | Asc/Asc | value + ad_org_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_controleremessasind_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |