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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...