Looking to create a few relationships and cant find the options. According to the docs, in order to create a relationship from the console I need to select "create attribute" --> Then select a relationship type. At this point I cannot find any relationship types.
https://appwrite.io/docs/databases-relationships#create-in-console
Are you trying that on Appwrite cloud?
Yep
Relationship were added in version 1.3.0 The cloud is still on version 1.1.2
Ah ok that makes more sense. I'll cary on then ๐
Appreciate the quick reply
@Binyamin is speed
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...