Shagunpreet Singh

Results 3 comments of Shagunpreet Singh

> I didn't do seed rather i ran the ddl and dml manually in vercel postgres ui and in my local i used vercel run. Exactly, I had to use...

I am facing the same issue as @xiaoqufengdi: Here is how my seed.js looks like: ``` const { db } = require('@vercel/postgres'); const { invoices, customers, revenue, users, } =...