Demnu
Demnu
DTDrizzle Team
Created by Demnu on 10/5/2023 in #help
Upsert question
thats perfect thankyou mate!
7 replies
DTDrizzle Team
Created by Pachimari on 8/15/2023 in #help
TypeError: Cannot read properties of undefined (reading 'referencedTable')
like so
8 replies
DTDrizzle Team
Created by Pachimari on 8/15/2023 in #help
TypeError: Cannot read properties of undefined (reading 'referencedTable')
const db = drizzle(databaseClient, { schema: { products, recipes, orders, orders_products, orderRelations, ordersProductsRelations } });
8 replies
DTDrizzle Team
Created by Pachimari on 8/15/2023 in #help
TypeError: Cannot read properties of undefined (reading 'referencedTable')
Make sure to import the relations when you declare your schema
8 replies