Users can vote on a comment, which they may agree, or disagree with. Note that only logged in users should be able to vote on a comment.
Attribute | Description |
---|---|
id | ID of the vote. |
comment | The CommentModel this vote was made on. |
user | The UserModel (opens new window) for the user who made this vote. |
upvote | If this vote was recorded as an upvote. |
downvote | If this vote was recorded as an downvote. |