Cannot read properties of undefined (reading \'columns\')

I tired using relational queries

const bookmarkdb = drizzle(pool, { schema }); const resources = await bookmarkdb.query.bookmark.findFirst({ with: { resource: true, }, });
Was this page helpful?