schedule and that is the direct table that I am querying. schedule table has a one to many relationship with schedule_details (basically there's one schedule and 7 schedule_details one for each day). .eq("schedule_details.purchase_day", day) with day = whatever day it is. Supabase is returning the following error "column schedule.schedule_details.purchase_day does not exist".
