edge_custom_forms_templates_risk_categories


Description

This join table connects custom form templates to risk categories, allowing for the association of multiple risk categories with a single custom form template. @visibility external

Columns

Column Type Children Parents Comments
id int8
company_id int8

Current company ID. @example 1

template_id int8

ID of the associated custom forms template. @example 1

risk_category_id int8

ID of the associated risk category. @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_custom_forms_templates_risk_categories_pkey Primary key Asc id
idx_b71c7c81ada963e8cd00edb3fc5535c8 Performance Asc risk_category_id
idx_edge_custom_forms_templates_risk_categories_company_id Performance Asc company_id
idx_edge_custom_forms_templates_risk_categories_template_id Performance Asc template_id

Relationships