Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | varchar | 60 | null |
|
|
|||||||||||||||||||||||||||
value | varchar | 40 | √ | null |
|
|
||||||||||||||||||||||||||
ad_printformat_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||
c_charge_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||||||||||||||
createdby | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||
description | varchar | 255 | √ | null |
|
|
||||||||||||||||||||||||||
hr_contract_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||
isactive | bpchar | 1 | null |
|
|
|||||||||||||||||||||||||||
paymentrule | bpchar | 1 | null |
|
|
|||||||||||||||||||||||||||
processed | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||||||||
processing | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||||||||||||||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||
hr_payroll_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||
hr_payroll_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hr_payroll_key | Primary key | Asc | hr_payroll_id |
hr_payroll_uu_idx | Must be unique | Asc | hr_payroll_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
hr_payroll_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
hr_payroll_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |