Database Relationship just returns null
I have 2 tables one called cosmetics and one called models on my cosmetics table i have made a relationship on the column called model it has a uuid in it and is the same id as the primary key on the models table. When i use supabase-js to get the cosmetic table with the models it just returns null and i dont know whats wrong?
