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