Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
a_asset_info_fin_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
a_due_on | varchar | 22 | √ | null |
|
|
|||||
a_finance_meth | varchar | 2 | √ | null |
|
|
|||||
a_purchase_option | bpchar | 1 | √ | null |
|
|
|||||
a_purchase_option_credit_per | numeric | 0 | √ | null |
|
|
|||||
c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
createdby | numeric | 10 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
textmsg | varchar | 510 | √ | null |
|
|
|||||
isactive | bpchar | 1 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
a_purchase_price | numeric | 0 | √ | null |
|
|
|||||
a_purchase_option_credit | numeric | 10 | √ | null |
|
|
|||||
a_monthly_payment | numeric | 0 | √ | null |
|
|
|||||
a_expired_date | timestamp | 29,6 | √ | null |
|
|
|||||
a_contract_date | timestamp | 29,6 | √ | null |
|
|
|||||
a_asset_id | numeric | 10 | null |
|
|
||||||
a_asset_info_fin_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_asset_info_fin_key | Primary key | Asc | a_asset_info_fin_id |
a_asset_info_fin_uu_idx | Must be unique | Asc | a_asset_info_fin_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
a_asset_info_fin_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_asset_info_fin_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
a_asset_info_fin_a_purchase_option_check | ((a_purchase_option = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |