Create Row Level Security Supabase Policies. sql. Copy CREATE POLICY "anon_select" ON public.words FOR SELECT USING ( auth.role() = 'anon' ...
確定! 回上一頁