Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| type | varchar |
|
|
|
| operator | varchar |
|
|
|
| value | varchar |
|
|
|
| award_rule_id | int8 |
|
|
|
| company_id | int8 |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| custom_attribute_id | int8 |
|
|
|
| service_id | int8 |
|
|
The foreign key to the service this rule relates to. @example 1 |
| payroll_award_stream_id | int8 |
|
|
The foreign key to the award stream this rule relates to. @example 1 |
| 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_rules_inputs_pkey | Primary key | Asc | id |
| edge_payroll_award_rules_inputs_award_rule_id_idx | Performance | Asc | award_rule_id |
| edge_payroll_award_rules_inputs_company_id_idx | Performance | Asc | company_id |
| edge_payroll_award_rules_inputs_custom_attribute_id_idx | Performance | Asc | custom_attribute_id |
| edge_payroll_award_rules_inputs_payroll_award_stream_id_idx | Performance | Asc | payroll_award_stream_id |
| edge_payroll_award_rules_inputs_service_id_idx | Performance | Asc | service_id |