Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| i_elementvalue_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | √ | null |
|
|
|||||
| ad_org_id | numeric | 10 | √ | null |
|
|
|||||
| isactive | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
| createdby | numeric | 10 | √ | null |
|
|
|||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | √ | null |
|
|
|||||
| i_isimported | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| i_errormsg | varchar | 2000 | √ | null |
|
|
|||||
| c_element_id | numeric | 10 | √ | null |
|
|
|||||
| elementname | varchar | 60 | √ | null |
|
|
|||||
| c_elementvalue_id | numeric | 10 | √ | null |
|
|
|||||
| value | varchar | 40 | √ | null |
|
|
|||||
| name | varchar | 60 | √ | null |
|
|
|||||
| description | varchar | 255 | √ | null |
|
|
|||||
| accounttype | bpchar | 1 | √ | null |
|
|
|||||
| accountsign | bpchar | 1 | √ | null |
|
|
|||||
| isdoccontrolled | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| issummary | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| parentvalue | varchar | 40 | √ | null |
|
|
|||||
| parentelementvalue_id | numeric | 10 | √ | null |
|
|
|||||
| postactual | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
| postbudget | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
| poststatistical | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
| postencumbrance | bpchar | 1 | √ | 'Y'::bpchar |
|
|
|||||
| default_account | varchar | 30 | √ | null |
|
|
|||||
| ad_column_id | numeric | 10 | √ | null |
|
|
|||||
| processing | bpchar | 1 | √ | null |
|
|
|||||
| processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| i_elementvalue_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| i_elementvalue_pkey | Primary key | Asc | i_elementvalue_id |
| i_elementvalue_uu_idx | Must be unique | Asc | i_elementvalue_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| i_elementvalue_poststatistical_check | ((poststatistical = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_elementvalue_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_elementvalue_postencumbrance_check | ((postencumbrance = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_elementvalue_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_elementvalue_postactual_check | ((postactual = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_elementvalue_postbudget_check | ((postbudget = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| i_elementvalue_isdoccontrolled_check | ((isdoccontrolled = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |