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
4174dd81f7ab20780f39bbbccfd342a6 Performance Asc company_id
c3d386179d4ca23ac31df6d781d6d8a3 Performance Asc product_id

Relationships