Table that stores the user-project relationship of the integration.
Data model
Fields
Field | Type | Description |
---|---|---|
project_id* | INT | Project ID |
user_id* | INT | Web User Identifier |
Primary Key
PK_AFLS_USERS_PROJECTS |
---|
user_id, project_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
project_id* | dbo.AFLS_JSONSCHEMA_ASMS | project_asms_id | FK02_AFLS_USERS_PROJECTS |
user_id* | dbo.AFLS_USERS_WEB | user_id | FK01_AFLS_USERS_PROJECTS |