Hi everyone!
I have two groups of people that I need to enter into a database. The first collection, let's call it attendees, has the following attributes: lastName, firstName, emailAdd, registrationDate. The second collection, let's call it volunteers, has the same attributes as that of the attendees collection but with additional attributes: committee, volunteerDate, contactNumber.
Can I simply "extend" the attendees collection, adding the new attributes to create the volunteers collection? If so, how? Or would it be better to just have a collection containing all the attributes and just have an additional atteibute to differentiate an attendee from a volunteer?
Thanks for your insights.
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...