Represents the relationship between a group of users and a specific user
Data model
Fields
Field | Type | Description |
---|---|---|
group_id* | INT | Related Group Identifier |
project_id | INT | Related Project ID |
type_id | INT | Related Type Identifier |
user_id* | INT | Related User Identifier |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
project_id | dbo.ASMS_PROJECTS | proj_id | FK01_ASMS_GROUP_USER |
type_id | dbo.ASMS_TYPES | id | FK02_ASMS_GROUP_USER |