Tables [dbo].[Task_Read_Detail]
Task read information for an user and task combination.
KeyNameData TypeMax Length (Bytes)NullabilityDescription
Cluster Primary Key PK_Task_Read_Detail_TaskID_UserID: TaskID\UserIDForeign Keys FK_Task_Read_Detail_TaskID: [dbo].[IDX_Task].TaskIDTaskID[dbo].[uniqueid]9NOT NULLTask. Link to IDX_Task.ID
Cluster Primary Key PK_Task_Read_Detail_TaskID_UserID: TaskID\UserIDUserID[dbo].[uniqueid]9NOT NULLUser. Link to IDX_User.ID
IsReadbit1NOT NULLIs task read by user (1/0)
CreatedDTTMdatetime8NOT NULLWhen user read the task
ModifiedDTTMdatetime8NOT NULLWhen record was modified