Closed SanjoSolutions closed 2 days ago
Right now when I run supabase gen types --local --lang=typescript it outputs columns of type tsrange as unknown. Please output it as string instead.
supabase gen types --local --lang=typescript
tsrange
unknown
string
Tested with version 1.219.2 and 1.223.2.
Closing as duplicate of https://github.com/supabase/postgres-meta/issues/840
Right now when I run
supabase gen types --local --lang=typescript
it outputs columns of typetsrange
asunknown
. Please output it asstring
instead.Tested with version 1.219.2 and 1.223.2.