All Questions
1 question
3
votes
2
answers
1k
views
drizzle: db.query throwing undefined is not an object (evaluating 'relation.referencedTable')
so i have these schema called products.ts and category.ts, the relationship between those files is one-to-many.
product.ts
import { pgTable, timestamp, uuid, varchar } from "drizzle-orm/pg-core&...