zernonia / supabase-schema

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

array column doesn't have the proper type #33

Open ekmas opened 1 year ago

ekmas commented 1 year ago

I have a subjects array column in my table, and when I tried to export types I got subjects: any // type unknown; instead of e.g. subjects: string[]