Action Assignment Groups
The action_assignment_groups
table contains data about which turfs (action assignment groups) are assigned to which tasks (actions).
This table can be used to determine which turfs belong to which tasks, as well as metadata about the turfs such as when it was created.
Columns
Column Name | Description | Type | Nullable |
---|---|---|---|
id | The numerical identifier of the action assignment group. | INT8 | No |
action_id | The numerical identifier of the action this turf is in. Relates to the id column in the actions table. |
INT4 | Yes |
assigned_to_user_id | This column is deprecated and always blank. | INT4 | Yes |
name | The name of this turf, as shown in the user interface. | VARCHAR | Yes |
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 |