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)
edge_helper_prices_pkey Primary key Asc id
edge_helper_prices_company_id_idx Performance Asc company_id
edge_helper_prices_helper_id_idx Performance Asc helper_id
edge_helper_prices_product_id_idx Performance Asc product_id

Relationships