Contains the information of the groups with special characteristics
Data model
Fields
| Field | Type | Description |
|---|---|---|
| description | NVARCHAR (200) | Description of the Panel |
| group_id* | INT | Unique identifier of the group, reference to the AFW_GROUPS.grou_id table |
| id* | INT | Unique identifier of the panel |
Primary Key
| PK_ASMS_GROUP_SPECIAL |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| group_id* | dbo.AFW_GROUPS | grou_id | FK01_ASMS_GROUP_SPECIAL |