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