Represents the services per project that are selected to assign to customers when they register by self-registration
Data model
Fields
Field | Type | Description |
---|---|---|
project_id* | INT | Project ID |
service_id* | INT | Service Identifier |
Primary Key
PK_ASDK_PROJECT_SERVICE |
---|
project_id, service_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
project_id* | dbo.ASMS_PROJECTS | proj_id | FK01_ASDK_PROJECT_SERVICE |
service_id* | dbo.ASDK_SERVICE | id | FK02_ASDK_PROJECT_SERVICE |