I have a 'user_ids' column in my supabase and I need to query a row based on this array
I receive two ids as function parameters, and I need to check if there is a row in my table that contains these two id's in that mentioned array column.
I tried as shown above, but was unsuccessful.