Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
a_asset_change_id | numeric | 10 | null |
|
|
||||||
c_acctschema_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 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
assetvalueamt | numeric | 0 | 0 |
|
|
||||||
assetmarketvalueamt | numeric | 0 | 0 |
|
|
||||||
assetbookvalueamt | numeric | 0 | 0 |
|
|
||||||
assetaccumdepreciationamt | numeric | 0 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_asset_change_amt_pkey | Primary key | Asc/Asc | a_asset_change_id + c_acctschema_id |
Check Constraints
Constraint Name | Constraint |
---|---|
a_asset_change_amt_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |