supabase_create_policy
Create Row Level Security policies on Supabase tables to control data access and permissions for authenticated users.
Instructions
[UNIFIED] Create a Row Level Security (RLS) policy on a table.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| table | Yes | ||
| name | Yes | ||
| definition | Yes | ||
| check | No | ||
| command | No | ALL | |
| roles | No | ||
| schema | No | public |