Turf Tags
The turf_tags table contains data about responses (tags) assigned to users in the organization.
This table can be used to determine what users have what responses in their assignment, as well as metadata about the response assignment such as when it was created.
Columns
| Column Name | Description | Type | Nullable |
|---|---|---|---|
| id | The numerical identifier of the object. | INT8 | No |
| turf_assignment_id | The numerical identifier of the assignment this response assignment relates to. Relates to the id column in the turf_assignments table. |
INT8 | No |
| tag_id | The numerical identifier of the response this response assignment relates to. Relates to the id column in the tags table. |
INT8 | No |
| created_at | The UTC timestamp when this object was created. | TIMESTAMP | No |
| updated_at | The UTC timestamp when this object was last updated. | TIMESTAMP | No |