Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| a_asset_class_id | numeric | 10 | null |
|
|
||||||||||||
| description | varchar | 2000 | √ | null |
|
|
|||||||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||||||||
| ad_org_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||
| createdby | numeric | 10 | null |
|
|
||||||||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||
| updatedby | numeric | 10 | null |
|
|
||||||||||||
| isactive | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||||||||
| value | varchar | 40 | null |
|
|
||||||||||||
| name | varchar | 2000 | null |
|
|
||||||||||||
| a_life_period_min | numeric | 10 | null |
|
|
||||||||||||
| a_life_period_max | numeric | 10 | null |
|
|
||||||||||||
| a_value_2004 | varchar | 40 | √ | NULL::character varying |
|
|
|||||||||||
| a_life_period_2004 | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
| mfx_grupa | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
| mfx_subgrupa | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
| mfx_clasa | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
| mfx_subclasa | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||
| a_asset_class_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| a_asset_class_key | Primary key | Asc | a_asset_class_id |
| a_asset_class_uu_idx | Must be unique | Asc | a_asset_class_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| a_asset_class_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |