PublishedSoftwarePackage
M:n relation between groups and software packages. Used for modelling published applications.
erDiagram
Group ||--o{ PublishedSoftwarePackage : "GroupID"
SoftwarePackage ||--o{ PublishedSoftwarePackage : "SoftwarePackageID"
Fields
| Field |
Type |
Description |
| GroupID |
numeric |
Internal ID that references the Group entity (Foreign Key) |
| ID |
numeric |
Internal ID for the PublishedSoftwarePackage entity (Primary Key) |
| LastModification |
datetime |
Date/Time this relation was last modified |
| LastModifiedBy |
string |
Client user that last modified this relation |
| SoftwarePackageID |
numeric |
Internal ID that references the SoftwarePackage entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| GroupID |
Group |
Group of users or machines |
| SoftwarePackageID |
SoftwarePackage |
A software package defines a logical software entity. A software package can own 0 to n software signatures. |