i have this table for posts and each post have pub...
# off-topic
a
i have this table for posts and each post have publisher uuid. it's possible to prevent the publisher from updating specific column. How can I do this using the RLS.
j
Hi @Ahmad Swultra you could do this with a function and disable direct updates to the table.
Lots of other ways to do it. Check here: https://github.com/supabase/supabase/discussions/656
4 Views