Hi there, just want to ask about the query on likes in comments, I'm quite confused on how they are getting the likes on comments since it's in a single table. I don't know which primary key to use ^_^
Hi,
If you are referring to "likes" on comments, then the "type" to use is "comments.user.like", and the "uid" is the comment id from the comments table.