Difference between revisions of "JCM Table: dbo.AT Answer"
From Sherlock Software
(Created page with "===TABLE NAME: dbo.AT_Answer=== {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || AnswerID || int || |- | 2 || QuestionID || int || |- | 3 || Us...") |
(No difference)
|
Revision as of 03:49, 29 December 2021
TABLE NAME: dbo.AT_Answer
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | AnswerID | int | |
| 2 | QuestionID | int | |
| 3 | UserID | int | |
| 4 | TimeAnswered | datetime | |
| 5 | AnswerTypeID | tinyint | |
| 6 | Answer | ntext(1073741823) |
Back to JCM Database tables