SoftwareItemMachine¶
M:n SoftwareItem to Machine relation, for Items that are linked to specific machines
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime2 | Date/Time this relation got created |
| CreatedBy | nvarchar | User that created this relation |
| ExtraData | nvarchar | Reserved for future use |
| ID | bigint | Internal ID for the SoftwareItemMachine entity (Primary Key) |
| LastModification | datetime2 | Date/Time this relation got last modified |
| LastModifiedBy | nvarchar | User that last modified this relation |
| MachineID | bigint | Internal ID that references the Machine entity (Foreign Key) |
| Res1 | nvarchar | Reserved for future use |
| Res2 | nvarchar | Reserved for future use |
| SoftwareItemID | bigint | Internal ID that references the SoftwareItem entity (Foreign Key) |