JCM Table: dbo.AT Question

From Sherlock Software
Revision as of 16:57, 29 December 2021 by Sherlock (talk | contribs) (Created page with "===TABLE NAME: dbo.AT_Question=== {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || QuestionID || int || Question identifier |- | 2 || CategoryID...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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