No badges yet
No accepted solutions yet
Postgres Database
Solved. Apparently, In PostgreSQL, **unquoted identifiers** (such as table names) are automatically converted to **lowercase**. However, if you use **double quotes** around a table...
Postgres Database
Trying to get this vercel integration to work with nextjs and prisma. Prisma studio says there is a table named Task with one row. Vercel browse tab shows the same. But the Vercel...