Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| c_year_id | numeric | 10 | null |
|
|
||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| hr_payroll_id | numeric | 10 | null |
|
|
||||||
| hr_year_id | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | null |
|
|
||||||
| netdays | numeric | 10 | null |
|
|
||||||
| processed | bpchar | 1 | √ | null |
|
|
|||||
| processing | bpchar | 1 | √ | null |
|
|
|||||
| qty | numeric | 10 | null |
|
|
||||||
| startdate | timestamp | 29,6 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| hr_year_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| hr_year_key | Primary key | Asc | hr_year_id |
| hr_year_uu_idx | Must be unique | Asc | hr_year_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| hr_year_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| hr_year_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |