type "GEOMETRY(POINT)" does not exist
Hi there! I try to use PostGIS with drizzle and having a hard time. I try to run the following migration file
But it errors with
Even though PostGIS is setuped successfully. When I run this SQL in supabase directly, it correctly adds the new column with the special data type.
I'm not the only one: https://github.com/drizzle-team/drizzle-orm/issues/1315
Maybe someone has an idea, would be grateful!
But it errors with
Even though PostGIS is setuped successfully. When I run this SQL in supabase directly, it correctly adds the new column with the special data type.
I'm not the only one: https://github.com/drizzle-team/drizzle-orm/issues/1315
Maybe someone has an idea, would be grateful!
GitHub
What version of drizzle-orm are you using? 0.28.6 What version of drizzle-kit are you using? 0.19.13 Describe the Bug drizzle-kit push:pg does not complete when using a custom type and trying to pu...