Intermediate Table for Vendor Association with Users
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Primary Table Key |
| providerid* | INT | Column containing the identification of the monitor-related provider. |
| userid | INT | Column containing the ID of the web user related to monitors. |
Primary Key
| PK_AFLS_PROVIDER_MONITORS |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| providerid* | dbo.AFLS_PROVIDERS | providerid | FK01_AFLS_PROVIDER_MONITORS |
| userid | dbo.AFLS_USERS_WEB | user_id | FK02_AFLS_PROVIDER_MONITORS |