Create Migration
Create and apply a Supabase database migration for the In The Union Now app.
Supabase project ID: dshtuchbleipwqacyokz
Steps:
- •Discuss the migration with the user and draft the SQL
- •Use
mcp__supabase__apply_migrationto apply the migration with:- •
project_id:dshtuchbleipwqacyokz - •
name:$ARGUMENTS(snake_case migration name) - •
query: The migration SQL
- •
- •Always enable RLS on new tables and create appropriate policies
- •After applying, run
mcp__supabase__get_advisorswith type "security" to check for missing RLS policies - •Use
mcp__supabase__generate_typescript_typesto regenerate types if needed