Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Intervention_Feedback
Touchworks 25.2
[dbo].[Intervention_Feedback]
MS_Description
Decision Support Intervention (DSI) Feedback
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Default
Description
ID
[dbo].[uniqueid]
9
NOT NULL
1 - 1
Key to the Intervention_Feedback table
InterventionTypeDE
[dbo].[dict_id]
5
NOT NULL
Type. Link to Intervention_Type_DE.ID
Intervention
varchar(1000)
1000
NOT NULL
Intervention text
Feedback
varchar(1000)
1000
NOT NULL
Feedback text
UserID
[dbo].[uniqueid]
9
NOT NULL
User. Link to IDX_User.ID
SiteDE
[dbo].[dict_id]
5
NOT NULL
Site. Link to Site_DE.ID
CreatedDTTM
datetime
8
NOT NULL
(getdate())
Date/Time Record was Created
LastUpdatedDTTM
datetime
8
NOT NULL
(getdate())
Date/Time Record was Last Updated