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