zernonia / supabase-schema

Secured & Simple Supabase Schema Visualizer

Home Page:https://supabase-schema.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

array column doesn't have the proper type

ekmas opened this issue · comments

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[]