edge_payroll_award_streams


Columns

Column Type Children Parents Comments
id int8
company_id int8

The foreign key to the company record.

name varchar

The name of this award stream. @example: Home Care, SACS

created_at timestamp
updated_at timestamp
payroll_award_id int8

The foreign key to the award this stream belongs to.

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_streams_pkey Primary key Asc id
edge_payroll_award_streams_company_id_idx Performance Asc company_id
edge_payroll_award_streams_payroll_award_id_idx Performance Asc payroll_award_id

Relationships