Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| cof_calculociaplinha_id | numeric | 10 | null |
|
|
||||||
| cof_calculociaplinhanfe_id | numeric | 10 | null |
|
|
||||||
| cof_calculociaplinhanfe_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| lbr_docfiscal_id | numeric | 10 | √ | null |
|
|
|||||
| lbr_docfiscal_line_id | numeric | 10 | √ | null |
|
|
|||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| imposto_icms_vicms | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| imposto_icms_vicmsst | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| cof_vicmsfretecte | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| imposto_icms_vicmsdif | numeric | 0 | √ | '0'::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_calculociaplinhanfe_key | Primary key | Asc | cof_calculociaplinhanfe_id |
| cof_calculociaplinhanfe_uu_idx | Must be unique | Asc | cof_calculociaplinhanfe_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_calculociaplinhanfe_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |