Hi everyone,
Here is my question :
I have 2 tables in supabase, "Mission" and "Mission_Status" where "Mission_Status" is a column (foreign key 'uuid') in "Mission" table.
When a user create a "Mission", i want to update the column "Mission_Status" but i can't find how to do that.
Thank you ;-)