Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| cof_configuracaociap_id | numeric | 10 | null |
|
|
||||||
| cof_configuracaociap_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| imposto_icms_cst | varchar | 2 | √ | NULL::character varying |
|
|
|||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| lbr_cfop_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_configuracaociap_key | Primary key | Asc | cof_configuracaociap_id |
| cof_configuracaociap_org_cst_cfop_idx | Must be unique | Asc/Asc/Asc | ad_org_id + imposto_icms_cst + lbr_cfop_id |
| cof_configuracaociap_uu_idx | Must be unique | Asc | cof_configuracaociap_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_configuracaociap_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |