▸ View SQL — Run once in Supabase SQL Editorcreate table public.shade_sail_reports (
id uuid default gen_random_uuid() primary key,
submitted_at timestamptz default now(),
tech_name text, job_date text, job_number text, park_name text
);
alter table public.shade_sail_reports enable row level security;
create policy "insert" on public.shade_sail_reports for insert with check (true);
create policy "select" on public.shade_sail_reports for select using (true);
NZ Facilities Ltd
Shade Sail Field Checklist
Select Site to Begin
🔍
A — Pre-Work Site Inspection
Site access confirmed and safe — hazards identified