JCM Table: dbo.AT Question
From Sherlock Software
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