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...")
(No difference)

Revision as of 16:57, 29 December 2021

TABLE NAME: dbo.AT_Question

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