This defines the event filter group
| Column Name | Column Datatype | Column Null Option | Column Comment |
| gid | integer | not null | Event mgmt group id |
| name | nvarchar(255) | not null | Event mgmt groiup name |
| des | nvarchar(512) | with null | Description |
| puid | integer | not null | Owner's user id of a group or filter. |
| 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