zernonia / supabase-schema

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

Add two missing types #18

Closed Janik0110 closed 1 year ago

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
supabase-schema ✅ Ready (Inspect) Visit Preview Oct 4, 2022 at 10:48PM (UTC)
zernonia commented 2 years ago

Hi @Janik0110 .. thanks for the PR. The types you added here should based on the type from Postgrest. Could you perhaps share with me an example for the type above? 😁

Janik0110 commented 2 years ago

@zernonia For example if I have a column of type varchar in my table the tool prints "character" and therefor generates an "any" for the type. Same for "int4" in the database. "int4" translates to "integer".