edge_contract_prices


Columns

Column Type Children Parents Comments
id int8
contract_id int8
product_id int8
price_cents int4
price_currency varchar
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)
b60942a4153f8214c87e38730bceacc2 Performance Asc company_id
e4daf7caf0c6aea54e0507098cd82e18 Performance Asc product_id
f7925a9600735546d35485bf33a14219 Performance Asc contract_id

Relationships