1 Reply
a document can store a JSON object in one of its fields, so a document can be
{name: "me", email: "me@me.com", socials: {"facebook": "@me", "twitter": "@mytwitter"}}
or you can store the data across multiple tables with a relationship https://stack.convex.dev/relationship-structures-let-s-talk-about-schemasRelationship Structures: Let's Talk About Schemas
In this post we’ll look at some patterns for structuring relationships in the Convex database.