msh
DTDrizzle Team
•Created by msh on 4/16/2024 in #help
adding a new table column with default value drops all table data without warning
could this be because i have a custom default function on one of the columns?
.$default(() => Number(customAlphabet('123456789')(16))),
2 replies
DTDrizzle Team
•Created by msh on 6/29/2023 in #help
upgrading drizzle-orm to 0.27.0 and adding dbCredentials instead of flat connectionString and ts-ignoring the type error somehow worked?
push/pull/generate/insert/select all work now
4 replies