edge_custom_funding_scheme_types


Description

User generated funding scheme types.

Columns

Column Type Children Parents Comments
id int8
company_id int8

The foreign key to the company record. @example 1

name varchar

The name of the custom funding scheme. @example TAC

archived_at timestamp

When was the custom funding scheme archived. @example 2024-01-01 10:00+1000

created_at timestamp
updated_at timestamp
archived_at_in_company_tz 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_custom_funding_scheme_types_pkey Primary key Asc id
edge_custom_funding_scheme_types_company_id_idx Performance Asc company_id

Relationships