SoftwareItemLicenseManagerServer¶
M:n relation between SoftwareItem and LicenseManagerServer tables
Fields¶
Field | Type | Description |
---|---|---|
Created | datetime2 | Date/Time this entity got created in the database |
CreatedBy | nvarchar | User that created this relation |
ID | bigint | Internal ID for the SoftwareItemLicenseManagerServer entity (Primary Key) |
LicenseManagerServerID | bigint | Internal ID that references the LicenseManagerServer entity (Foreign Key) |
SoftwareItemID | bigint | Internal ID that references the SoftwareItem entity (Foreign Key) |