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
How do i make it so that it creates the DB creation query correctly ?
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 ?