Hello, I've been using supabase typescript generator for a while and didn't have any issue. Today I added a new enum type and a new table in my schema and sice then gen types is broken.
supabase gen types typescript --project-id "my-project-id" --schema smwknd > config/supabase-types.ts
supabase gen types typescript --project-id "my-project-id" --schema smwknd > config/supabase-types.ts
What is worth noting is that my enums are on public schema but it never caused a problem before.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.