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 for other tasks, where every row needs to belong to one user ID
normally those type of relations should be supported simply so I could for example have an inbuilt on cascade,
but I couldn't explain myself how to use the database for that
