Policies require Row Level Security to be enabled on the table:
Copy
ALTER TABLE table_name ENABLE ROW LEVEL SECURITY;
pgschema automatically handles RLS enablement when policies are present and generates the appropriate ALTER TABLE ... ENABLE/DISABLE ROW LEVEL SECURITY statements in the migration plan.