System design for micro blogging platform
Anónimo
My schema was Blogs id : uuid title: string content: string comments: {1: [commnens...], 2: p[c1,c2....]} (i had 3 tables before comments, blogs, and users later deleted both because it was causing some problem i was iteratively changing it)