Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| level | int4 |
|
|
|
| pay_point | int4 |
|
|
|
| hourly_rate_cents | int4 |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| payroll_award_version_id | int8 |
|
|
|
| company_id | int8 |
|
|
|
| payroll_award_stream_id | int8 |
|
|
The foreign key to the award stream this award classification belongs to. |
| hourly_rate_currency | varchar |
|
|
The currency code of the hourly rate. @example “AUD” @example “NZD” |
| name | varchar |
|
|
The name of the award classification. @example SACS Level 1 Pay Point 2 |
| 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_classifications__dbt_tmp_pkey | Primary key | Asc | id |