edge_billable_price_metadata


Columns

Column Type Children Parents Comments
id int8
pricing_method varchar

The method used for calculating the billable price. @example: ‘product’

product_id int8

The foreign key to the (optional) product record. @example 1

company_id int8

The foreign key to the company record. @example 1

created_at timestamp
updated_at timestamp
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_billable_price_metadata__dbt_tmp_pkey Primary key Asc id
c2f64083cc3e5044f9c55cd80cead63a Performance Asc company_id
f1efafe04e84471ffd8b3cc458b18425 Performance Asc product_id

Relationships