Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | varchar | 60 | null |
|
|
|||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
createdby | numeric | 10 | null |
|
|
|||||||||
description | varchar | 255 | √ | null |
|
|
||||||||
hr_department_id | numeric | 10 | √ | null |
|
|
||||||||
hr_employee_id | numeric | 10 | √ | null |
|
|
||||||||
hr_listtype_id | numeric | 10 | √ | null |
|
|
||||||||
hr_list_id | numeric | 10 | null |
|
|
|||||||||
hr_payroll_id | numeric | 10 | √ | null |
|
|
||||||||
isactive | bpchar | 1 | null |
|
|
|||||||||
isemployee | bpchar | 1 | √ | null |
|
|
||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||
validfrom | timestamp | 29,6 | √ | null |
|
|
||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||
value | varchar | 40 | √ | null |
|
|
||||||||
hr_list_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hr_list_key | Primary key | Asc | hr_list_id |
hr_list_uu_idx | Must be unique | Asc | hr_list_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
hr_list_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
hr_list_isemployee_check | ((isemployee = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |