like Wechat"s comments on friends, when checking moments, the friend"s name will show the name of the comment, and the name of the comment will also be the name of the comment.
like Wechat"s comments on friends, when checking moments, the friend"s name will show the name of the comment, and the name of the comment will also be the name of the comment.
come on, the remarks should be friendship ability, right? So friends always have data tables to save? So do you want to set a memo field directly in the relational table? When the data is displayed, it detects whether there is a comment for the user, and then uses it. Should it satisfy you?
needs to add a table,
field 1: the number of the user who initiated the comment,
field 2: the number of the user being commented, and
field 3: the name of the comment.
when the backend returns data, find the user list first, and then find the corresponding comment names one by one. As for how to find it, it is beyond the scope of this question, and a lot of content can not be finished
for example, the name of the author in the list of posts below and the name of the author in the comments need to be changed to comments.
Previous: Webpack on the Packaging of react components
Next: The problem of Anchor Point location based on vue and html
recently, I m going to do a Mini Game. When it comes to the achievement system for the first time, I read some materials and make a whole table by myself, but I don t like it. I always feel strange. Please give me some advice. first of all, ach...
want to ask a question see what everyone does suppose there is an item < 1 the user sets up a list after buying item A, and uses the relational database to find 1 and then go to the information table product to introduce purchased goods suppose one...
what should I do logically if I want to set the top (charge) while publishing information (free, charging)? How can the data table be designed properly? Has not been clear about the train of thought, hope that experienced gods to give guidance. which ...