Dhan
DTDrizzle Team
•Created by volks on 5/6/2023 in #help
Custom Type interpreted as String
I hope this looks good, please let me know if I missed something.
73 replies
DTDrizzle Team
•Created by volks on 5/6/2023 in #help
Custom Type interpreted as String
I added
SQL<Point>
as the selectPoint
return type, else selectedPlace
would not be typed correctly.73 replies
DTDrizzle Team
•Created by volks on 5/6/2023 in #help
Custom Type interpreted as String
Hi folks, the above info was really useful, though it was quite difficult for me to navigate. Heres a complete example in case someone else will find it useful.
73 replies
DTDrizzle Team
•Created by rubberduckies on 7/27/2023 in #help
Postgres: install plugin during migration
See the docs https://orm.drizzle.team/kit-docs/commands
4 replies
DTDrizzle Team
•Created by rubberduckies on 7/27/2023 in #help
Postgres: install plugin during migration
Hey, I saw this question here: https://www.answeroverflow.com/m/1134215299139383466
I found the answer... run generate with the --custom flag e.g.
drizzle-kit generate:pg --custom
. It will generate empty SQL for custom migration.4 replies