Create query inserts quotes for customType with push
Hey people.
So i am using PostGIS as my database, and i created a custom type for the geogrraphy point
The issue lies when i use
drizzle-kit push
, it makes a create query that puts the type inside quotations marks (which breaks the db query)
How do i make it so that it creates the DB creation query correctly ?
1 Reply
@zikk seems like an ongoing bug: https://github.com/drizzle-team/drizzle-orm/issues/1315
GitHub
[BUG]: 'type "geography(Point)" does not exist' when using push:pg ...
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...