SoftwareItemUser¶
M:n relation between SoftwareItem and User for items that are linked to specific users.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this relation got created |
| CreatedBy | string | User that created the relation |
| ID | numeric | Internal ID for the SoftwareItemUser entity (Primary Key) |
| LastModification | datetime | Date/Time this relation got last updated |
| LastModifiedBy | string | User that last modified the relation |
| SoftwareItemID | numeric | Internal ID that references the SoftwareItem entity (Foreign Key) |
| UserID | numeric | Internal ID that references the User entity (Foreign Key) |