zernonia / supabase-schema

Secured & Simple Supabase Schema Visualizer
https://supabase-schema.vercel.app/
MIT License
792 stars 46 forks source link

Export TS types numeric unrecognizable #27

Open TixMartin opened 1 year ago

TixMartin commented 1 year ago

I have a column with SQL: latitude numeric(8, 6) null However, the type does not get recognized for TS export: latitude?: any // type unknown;