Dr Use
Explore posts from serversDTDrizzle Team
•Created by Dr Use on 1/10/2025 in #help
define where query outside
I have this error
It was working before I changed the const name of my table from
const orders = pgTable("orders"...)
to
const ordersTable = pgTable("orders"...)
2 replies