Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
cof_c_ibptax_id | numeric | 10 | null |
|
|
||||||
lbr_ncm_id | numeric | 10 | √ | null |
|
|
|||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
version | varchar | 11 | null |
|
|
||||||
cof_taxrate | numeric | 0 | 0 |
|
|
||||||
cof_taxrateimp | numeric | 0 | 0 |
|
|
||||||
validfrom | timestamp | 29,6 | √ | null |
|
|
|||||
validto | timestamp | 29,6 | √ | null |
|
|
|||||
value | varchar | 60 | √ | NULL::character varying |
|
|
|||||
cof_source | varchar | 60 | √ | NULL::character varying |
|
|
|||||
cof_taxrateregion | numeric | 0 | (0)::numeric |
|
|
||||||
cof_taxratecity | numeric | 0 | (0)::numeric |
|
|
||||||
c_region_id | numeric | 10 | null |
|
|
||||||
cof_c_ibptax_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
cof_nbs_id | numeric | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_ibptax_key | Primary key | Asc | cof_c_ibptax_id |
cof_c_ibptax_uu_idx | Must be unique | Asc | cof_c_ibptax_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_ibptax_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |