The ph_group Table
The ph_group table contains information about the Scheduler group names. The ph_group table contains several groups that are used to categorize built-in tasks and sensors, as well as the default group MISC.
Column | Type | Description |
---|---|---|
group_id | serial | Group ID. System updated; do not modify. |
group_name | varchar(128) | Unique name of the group. Referenced in the tk_group column of the ph_task table. |
group_description | lvarchar | Description of the group. |