Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_rule_id | numeric | 10 | √ | null |
|
|
|||||
amount | numeric | 0 | √ | null |
|
|
|||||
c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
columntype | bpchar | 1 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
hr_attribute_acct | numeric | 10 | √ | null |
|
|
|||||
hr_attribute_id | numeric | 10 | null |
|
|
||||||
hr_concept_id | numeric | 10 | null |
|
|
||||||
hr_department_id | numeric | 10 | √ | null |
|
|
|||||
hr_employee_id | numeric | 10 | √ | null |
|
|
|||||
hr_job_id | numeric | 10 | √ | null |
|
|
|||||
hr_payroll_id | numeric | 10 | √ | null |
|
|
|||||
isactive | bpchar | 1 | null |
|
|
||||||
isprinted | bpchar | 1 | √ | null |
|
|
|||||
maxvalue | numeric | 10 | √ | null |
|
|
|||||
minvalue | numeric | 10 | √ | null |
|
|
|||||
qty | numeric | 0 | √ | null |
|
|
|||||
servicedate | timestamp | 29,6 | √ | null |
|
|
|||||
textmsg | varchar | 255 | √ | null |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
validfrom | timestamp | 29,6 | null |
|
|
||||||
validto | timestamp | 29,6 | √ | null |
|
|
|||||
hr_attribute_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hr_attribute_key | Primary key | Asc | hr_attribute_id |
hr_attribute_uu_idx | Must be unique | Asc | hr_attribute_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
hr_attribute_isprinted_check | ((isprinted = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
hr_attribute_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |