Question: i tried to create policy for delete rows older then ’10 seconds’ but supabase replace with (created_at < (now() - '00:00:10'::interval)) is there any way to delete rows after a while on supabase? Answer: You cannot use a policy ...