edge_automatic_must_do_templates


Columns

Column Type Children Parents Comments
id int8
title text
body text
label varchar
service_id int8
company_id int8
created_at timestamp
updated_at timestamp
response_type varchar

Determines which form field/s to present to users responding to the generated must do, and therefore what kind of data the response will expect. @example text

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_automatic_must_do_templates_pkey Primary key Asc id
edge_automatic_must_do_templates_company_id_idx Performance Asc company_id
edge_automatic_must_do_templates_service_id_idx Performance Asc service_id

Relationships