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 |
|
|
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 |
|
|
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. |
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 |