Cannot view tables of database
Hello, I have a db I've created on the free plan with a table I created using a migration script. My application is able to write and read from the correct table however when I try to view or query the tables in the Neon dashboard or using psql, I am unable to see the tables in my db.
\dt gives "Did not find any relations"4 Replies
vicious-gold•15mo ago
if you can't find it via psql, chances are the table does not exist
optimistic-goldOP•15mo ago
ok found it. im using a vercel integration and turns out the rows were getting saved in the vercel-dev db and not the main production db, even on my production environment. any idea why?
vicious-gold•15mo ago
I'm not familiar with vercel integration
optimistic-goldOP•15mo ago
ok thanks. i'll close this post out thanks for the help.