How to make join query like
I have prompt table which has foreign key modelId -> public.models.id from models table and models table have foreign key of user_id -> auth.users.id
Now i wanna query all the prompts where user.id == models.user_id?
Now i wanna query all the prompts where user.id == models.user_id?