Supabase Schema Reviewer
Use when
- adding or changing tables, views, or relationships
- reviewing naming, ownership, or normalization decisions
- checking whether migrations form a coherent model
Workflow
- Read supabase/migrations/*! Inspect schema intent, ownership model, and relationships.
- Flag weak naming, missing constraints, awkward defaults, and modeling debt.
- Return exact schema recommendations with migration notes.
- Run 'npx supabase migration up --local' to ensure the created migrations applied successfully
Load only when needed
- Schema review method
- Schema decision template