Caya
Caya9mo ago

table inside a table

Hey i have a simple question can we create a table inside a table
1 Reply
lee
lee9mo ago
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-schemas
Relationship Structures: Let's Talk About Schemas
In this post we’ll look at some patterns for structuring relationships in the Convex database.

Did you find this page helpful?