I'm trying to create a relationship type attribute through the dashboard, but there's not option for relationship attribute. From the docs i see that it's in beta, it was removed already?
Are you using appwrite cloud? it is not supported in cloud yet
Also if you installed an old version you will not see it, unless if upgrading
In cloud, appwrite team is working to ensure everything works as it should and will upgrade in some weeks to 1.2 and after that, to 1.3, who includes relationships
What version of appwrite you use?
Database Relationships were introduced in Appwrite 1.3. This means that any previous versions of Appwrite don't support relationships.
If you are using Appwrite Cloud, you will have to wait a while as it's running 1.1.2(as of now).
You can check your version of Appwrite in the bottom right corner of your console.
P.S. This screenshot is from my self-hosted instance of appwrite.
Thanks a lot
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...