Contains the relationship between a project and a user (client/specialist)
Data model
Fields
| Field | Type | Description |
|---|---|---|
| calendar_id | INT | Calendar ID for the project and specialist, reference to table ASMS_CALENDAR. CALENDAR_ID |
| profile_id | INT | Profile ID for the project and specialist, reference to the ASMS_PROFILES.id table |
| proj_id* | INT | Unique identifier of the project, reference to the ASMS_PROJECTS.proj_id table |
| type_id* | INT | Type identifier for project and user (customer/specialist), reference table ASMS_TYPES.id |
| user_id* | INT | Unique user identifier, reference to AFW_USERS.user_id table |
Primary Key
| PX_ASMS_PROJECT_USER |
|---|
| proj_id, user_id, type_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| proj_id* | dbo.ASMS_PROJECTS | proj_id | FK01_ASMS_PROJECT_USER |
| user_id* | dbo.AFW_USERS | user_id | FK02_ASMS_PROJECT_USER |