Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
a_asset_info_tax_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
a_investment_cr | numeric | 10 | √ | null |
|
|
|||||
a_state | varchar | 60 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
textmsg | varchar | 510 | √ | null |
|
|
|||||
createdby | numeric | 10 | null |
|
|
||||||
a_tax_entity | varchar | 22 | √ | null |
|
|
|||||
a_new_used | bpchar | 1 | √ | null |
|
|
|||||
a_finance_meth | varchar | 2 | √ | null |
|
|
|||||
a_asset_id | numeric | 10 | null |
|
|
||||||
a_asset_info_tax_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_asset_info_tax_key | Primary key | Asc | a_asset_info_tax_id |
a_asset_info_tax_uu_idx | Must be unique | Asc | a_asset_info_tax_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
a_asset_info_tax_a_new_used_check | ((a_new_used = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_asset_info_tax_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |