supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
906 stars 120 forks source link

fix(typegen): handle tables without any columns #727

Closed sweatybridge closed 7 months ago

sweatybridge commented 7 months ago

What kind of change does this PR introduce?

Bug fix https://github.com/supabase/postgres-meta/issues/726

What is the new behavior?

Generating types for create table empty() should not crash.

Additional context

Add any other context or screenshots.