Store the relationship between distribution projects and self-service portal categories
Data model
Fields
| Field | Type | Description |
|---|---|---|
| creation_date* | DATETIME | Category Creation Date |
| id* | INT | Relationship ID |
| portal_category_id* | INT | Self-service portal category identifier |
| setup_project_id* | INT | Distribution Project ID |
Primary Key
| PK_ASD_CATEGORY_SETUPPROJECT |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| portal_category_id* | dbo.ASD_PORTAL_CATEGORY | id | FK01_ASD_CATEGORY_SETUPPROJECT |
| setup_project_id* | Bod. ASD_SETUPPROJECT | id | FK02_ASD_CATEGORY_SETUPPROJECT |