DT
Drizzle Team
help
Does onConflictDoUpdate work with composite primary keys?
Looking for more? Join the community!
DT
Drizzle Team
help
DT
Drizzle Team
help
Want results from more Discord servers?
Recommended PostsSupport for multiple with statements?Is it possible to have multiple with statements?
```
const carriers = await tx
.with(cahow to use placeholders for Prepared Insert statements?Is this possible?use constant in between operatorHello guys,
Is there any way to use constant in between filter instead of column?Type error: Could not find a declaration file for module 'drizzle-kit'.Any idea how to fix this problem?
I try to run this: npm i --save-dev @types/drizzle-kit: npm ERR! Typescript error that doesn't make a whole lot of sense when calling db.select or db.insertThis is my account model
```
export const accounts = mysqlTable("accounts", {
id: nanoid("id", {Are default values not transferred over via drizzle-zod?It seems like when I use a `default([])` in my `schema` file that when I create a Zod object, I have