supabase/postgres-meta

supabase gen types: Support for tsrange

SanjoSolutions opened this issue · 1 comments

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.

Tested with version 1.219.2 and 1.223.2.

Closing as duplicate of #840