enable RLS alter table products enable row level security; -- add a policy create policy "Can view own data." on products for select using ...
確定! 回上一頁