Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
i_taximport_id | numeric | 10 | null |
|
|
||||||
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 | 60 | √ | NULL::character varying |
|
|
|||||
tablename | numeric | 10 | √ | NULL::numeric |
|
|
|||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
cof_example | varchar | 255 | √ | NULL::character varying |
|
|
|||||
cof_aliqnac | numeric | 0 | √ | (0)::numeric |
|
|
|||||
cof_aliqimp | numeric | 0 | √ | (0)::numeric |
|
|
|||||
processed | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
i_isimported | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
imposto_ipi_pipi | numeric | 0 | √ | (0)::numeric |
|
|
|||||
imposto_icms_picms | numeric | 0 | √ | (0)::numeric |
|
|
|||||
imposto_pisst_valiqprod | numeric | 0 | √ | (0)::numeric |
|
|
|||||
imposto_cofinsst_pcofins | numeric | 0 | √ | (0)::numeric |
|
|
|||||
processing | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
versionno | varchar | 5 | √ | NULL::character varying |
|
|
|||||
lbr_ncm_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_extensiontipi | varchar | 22 | √ | NULL::character varying |
|
|
|||||
i_taximport_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
i_taximport_key | Primary key | Asc | i_taximport_id |
i_taximport_uu_idx | Must be unique | Asc | i_taximport_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
i_taximport_i_isimported_check | ((i_isimported = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_taximport_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
i_taximport_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |