Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| company_id | int8 |
|
|
|
| award_classification_id | int8 |
|
|
|
| worker_id | int8 |
|
|
|
| date_range | daterange |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_payroll_award_agreements_pkey | Primary key | Asc | id |
| edge_payroll_award_agreements_award_classification_id_idx | Performance | Asc | award_classification_id |
| edge_payroll_award_agreements_company_id_idx | Performance | Asc | company_id |
| edge_payroll_award_agreements_worker_id_idx | Performance | Asc | worker_id |