Contains the relationship between project and locations
Data model
Fields
Field | Type | Description |
---|---|---|
location_id* | INT | Unique location identifier |
project_id* | INT | Unique Project Identifier |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
location_id* | dbo.ASMS_LOCATION | id | FK02_ASMS_PROJECT_LOCATION |
project_id* | dbo.ASMS_PROJECTS | proj_id | FK01_ASMS_PROJECT_LOCATION |