Skip to content

SoftwareItemSoftwarePackage

M:n relation between SoftwareItem and SoftwarePackage

Fields

Field Type Description
Created datetime2 Date/Time this entity got created
CreatedBy nvarchar User who created this entity
ID bigint Internal ID for the SoftwareItemSoftwarePackage entity (Primary Key)
SoftwareItemID bigint Internal ID that references the SoftwareItem entity (Foreign Key)
SoftwarePackageID bigint Internal ID that references the SoftwarePackage entity (Foreign Key)