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