In supabase, tables can be protected with RLS (row-level security), typically to check if the user is an owner: -- enable RLS alter table ...
確定! 回上一頁