Boxer
Explore posts from serversDTDrizzle Team
•Created by Boxer on 11/29/2023 in #help
Supabase/postgres get query is stuck on prod app
25 replies
DTDrizzle Team
•Created by Boxer on 8/14/2023 in #help
Default value for Array creates an incorrect SQL migration
I'm currently adding a new field
roles
to my PG table, users
, such as:
The problem is that when I generate the SQL schema it returns this:
which is wrong since it thinks it's referencing to a user
table but not just a default string value called user
1 replies
DTDrizzle Team
•Created by Boxer on 7/16/2023 in #help
Module '"drizzle-orm/mysql-core"' has no exported member 'unique'.ts(2305)
Getting this error when trying to import
unique
13 replies
DTDrizzle Team
•Created by Boxer on 7/11/2023 in #help
mysql-core fails on TS build on 0.27.1
Getting this error when I try to build my ts node app
3 replies