hgaol commented on issue #883:
URL:
https://github.com/apache/incubator-answer/issues/883#issuecomment-2072615953
About the backend logic, I saw there's `meta` table and the `object_id`
column could represent both answer and question. Is it suitable for such
scenario? e.g. key is `object.reaction.count`, and value is something like
`{"heart": 1, "smile": 1, "frown": 1}`.
Another option is add additional columns in `question` and `answer` tables
with these 3 columns, while I don't think altering table is a good thing and it
looks little redundant.
Pls let me know if any comment or suggestion, thx! @LinkinStars
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]