edge_helper_prices


Columns

Column Type Children Parents Comments
id int8
price_cents int4
price_currency varchar
product_id int8
helper_id int8
fgf_rate numeric
created_at timestamp
updated_at timestamp
company_id int8

The owning tenant’s ID. @example 1.

independent_contractor_price_cents int4

The independent contractor price, in cents. Null indicates that the rate does not use an independent contractor price. @example: 6250

independent_contractor_price_currency varchar

The currency of the independent contractor price. @example: ‘AUD’

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)
5bc6e06c44c7c512d97d40015278184d Performance Asc helper_id
b3d39ccdbc05299da05467d4473fbe93 Performance Asc company_id
c7cae878738d81ba1662d7965654f1f1 Performance Asc product_id

Relationships