Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| a_depreciation_forecast_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| a_end_asset_id | numeric | 10 | null |
|
|
||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| datedoc | timestamp | 29,6 | null |
|
|
||||||
| postingtype | bpchar | 1 | null |
|
|
||||||
| processing | bpchar | 1 | √ | null |
|
|
|||||
| updatedby | numeric | 10 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| processed | bpchar | 1 | √ | null |
|
|
|||||
| isactive | bpchar | 1 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| a_start_asset_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| a_depreciation_forecast_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| a_depreciation_forecast_key | Primary key | Asc | a_depreciation_forecast_id |
| a_depreciation_forecast_uu_idx | Must be unique | Asc | a_depreciation_forecast_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| a_depreciation_forecast_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| a_depreciation_forecast_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |