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...") |
m |
||
| Line 14: | Line 14: | ||
| 5 || AnswerTypeID || tinyint || | | 5 || AnswerTypeID || tinyint || | ||
|- | |- | ||
| 6 || Answer || ntext | | 6 || Answer || ntext || | ||
|} | |} | ||
</br> | </br> | ||
Revision as of 03:50, 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 |
Back to JCM Database tables