Difference between revisions of "JCM Table: dbo.AT Question"

From Sherlock Software
(Created page with "===TABLE NAME: dbo.AT_Question=== {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || QuestionID || int || Question identifier |- | 2 || CategoryID...")
 
 
Line 1: Line 1:
===TABLE NAME: dbo.AT_Question===
===TABLE NAME: dbo.AT_Question===
Records questions regarding a CRF form data.
{| class="wikitable"
{| class="wikitable"
|-
|-

Latest revision as of 18:01, 3 January 2022

TABLE NAME: dbo.AT_Question

Records questions regarding a CRF form data.

Col ID Name Data Type Description
1 QuestionID int Question identifier
2 CategoryID smallint Question category id
3 UserID int User id who asked the question
4 TimeCreated datetime Date and time the question was asked
5 FormID int Related form id
6 PageNum tinyint Page number related to the question
7 Question ntext Question content



Back to JCM Database tables