security_enable_rls
Enable Row Level Security on a table to restrict data access based on user policies. Use this to protect sensitive data in your Supabase database.
Instructions
Enable Row Level Security (RLS) on a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to enable RLS on |