column doesn’t exist
I'm getting the following error. It says the column doesn't exist but I did drizzle kit push and generate. Using the following scripts:
"db:generate": "dotenv drizzle-kit generate:pg --config:drizzle.config.ts --schema=./src/server/db/schema.ts --out=./drizzle",
"db:push": "dotenv drizzle-kit push:pg --config=drizzle.config.ts"