PublishedSoftwarePackage¶
M:n relation between groups and software packages. Used for modelling published applications.
Fields¶
Field | Type | Description |
---|---|---|
GroupID | bigint | Internal ID that references the Group entity (Foreign Key) |
ID | bigint | Internal ID for the PublishedSoftwarePackage entity (Primary Key) |
LastModification | datetime2 | Date/Time this relation was last modified |
LastModifiedBy | nvarchar | Client user that last modified this relation |
SoftwarePackageID | bigint | Internal ID that references the SoftwarePackage entity (Foreign Key) |