发量不多程序猿 (@faliangbuduo)Supabase 提示我开启 Row Level Security (RLS) 中发帖

第一次用 supabase ,今天收到提示: 
Issue
Table public.xxx is public, but RLS has not been enabled.
Description
Detects cases where row level security (RLS) has not been enabled on tables in schemas exposed to PostgREST
应用没有使用 自带的 auth.uid() 身份认证,这个问题需要处理吗?