Storage
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
--friendship
Select \* from friendship\_table where from\_user\_id = user\_id
-- newsfeed
Select * from newsFeed Table where owner_id = XX orderBy createdAt desc limit 20;