This defines the alert group
| Column Name | Column Datatype | Column Null Option | Column Comment |
| gid | integer | not null | Alert group ID |
| name | nvarchar(255) | not null | Alert group name |
| des | nvarchar(512) | with null | Alert group descritpion |
| puid | integer | not null | Owner’s id of an alert filter group |
| pgids | nvarchar(1024) | not null | It is a list of of paired workgroup id and a permission identifier which is either "r" or "w", separated by "." . Each pair is separated by "," in the list and "All workgroup" can be specified as "*". [workgroup id.permission,]* Examples 1.r,2.w,3.r *.r, *.w, |
Product Name: Unicenter Management Portal
Table Type: Table