How to properly implement an RLS policy for a many-to-many relationship?
I have a trips
table and a users
table, along with a trip_user
junction table to handle the many-to-many relationship of the trips
and users
table.
I have a trips
table and a users
table, along with a trip_user
junction table to handle the many-to-many relationship of the trips
and users
table.