Postgresql – supabase row level security for append only table
What I'm trying to do is to have a table that assigns a subscription to a user. All the samples I found so far do this via: (auth.uid() = user_id) However I would like to keep track of reassignments. With…