edge_payroll_award_rules


Columns

Column Type Children Parents Comments
id int8
name varchar
description text
created_at timestamp
updated_at timestamp
output_type varchar
output_value float8
output_unit varchar
payroll_award_version_id int8
company_id int8
employee_types _varchar
warning varchar

The type of shift warning to display if this rule is triggered. @example saturday, public_holiday

insight_dismissible bool

Whether a staffer can dismiss any associated shift warning/insight. @example: true

overtime bool

Whether this award rule is considered overtime or ordinary hours. @example: true

external_id varchar

Attribute to be used as unique identifier by users/systems without depending on the primary key @example test-rule-1

created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

The company timezone. E.g. Australia/Brisbane.

Indexes

Constraint Name Type Sort Column(s)
edge_payroll_award_rules__dbt_tmp_pkey Primary key Asc id

Relationships