Cannot read properties of undefined (reading 'referencedTable')

const result = await db.query.ads.findMany({
with: {
owner: true,
},
})
Was this page helpful?