form_template_field_options


Description

A row in this table represents a possible pre-configured option for a specific form field on a specific form.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
form_template_field_option_id varchar 2147483647 null

Primary key.

account_id varchar 2147483647 null

ID of the account the record belongs to.

form_template_field_id varchar 2147483647 null
form_template_fields.form_template_field_id form_template_field_options_field_id_fkeyN

ID of the field this option belongs to.

sort_rank numeric 131089 null

The numeric order of this option as configured for the field, starting with 0.

text varchar 2147483647 null

Textual description of this option.

created_at timestamp 29,6 null

Date the object referred to in this entity was created.

form_template_id varchar 2147483647 null
form_templates.form_template_id form_template_field_options_form_template_id_fkeyN

ID of form template associated with this entity.

row_updated_at timestamp 29,6 CURRENT_TIMESTAMP

Date this entity was updated in the database. Useful to setup incremental refreshes of the data in your periodic ETL job.

Indexes

Constraint Name Type Sort Column(s)
form_template_field_options_pkey Primary key Asc form_template_field_option_id
form_template_field_options_account_id_index Performance Asc account_id
form_template_field_options_form_template_field_id_idx Performance Asc form_template_field_id
form_template_field_options_form_template_id_index Performance Asc form_template_id

Relationships