Table Type: Metadata
Contains the survey question groups for a survey form.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The unique identifier of the survey question group. |
| form_id | string | The form_id of the survey form this question group belongs to. | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. | |
| db_when_deleted | datetime | When this record was deleted in UTC. NULL if not deleted. | |
| name | string | The name of the question group. | |
| type | string | The type of the question group. | |
| na_enabled | boolean | Whether N/A answers are enabled for questions in this group. |
