[relationships] is it possible to create collection `relationships` with native User collection?
- 0
- Databases

Currently, I have a User(s)
collection, which pretty much duplicates many of the columns in the native auth User
collection created automatically on every appwrite project. Then I use this User(s)
collection to create relations with other things that are not included on the default User schema that belongs to Appwrite.
At somepoint today, I was creating this User(s)
table but named User
and of course it failed, because a collection with that ID already exists. 🙂 So I wondered, if instead I could create a relationship from my other Foo
and Bar
collections directly to User
, instead of having this "duplicate" User(s)
collection?

Not currently
Recommended threads
- Issue with `listDocuments` when using qu...
Hello, Appwrite team! I'm having an issue with `listDocuments` when using query modifiers: **Environment:** - Self-hosted Appwrite (`Version 1.4.13`) installe...
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
- The UI for creating relational data is d...
It is difficult to select data from other collections when creationg relational data. The dropdown menu is sometimes unresponsive. Sometimes the delete button d...
