Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
PrismaClientKnownRequestError - Prisma
P
Prisma
•
11mo ago
•
5 replies
Igor Tashevski
PrismaClientKnownRequestError
I
'm getting error that table can
't be found
.
It
's not working even after migrate dev
-
-name users and generate commands
.
model User
{
id Int
@default
(autoincrement
(
)
)
@id
email String
@unique
password String
@
@map
(
"users
"
)
}
Model is using
@
@Map
, and running from Nest
.JS throws error that table can
't be found
:
Failing on await this
.prismaService
.user
.create
The table
public.User
public.User
does not exist in the current database
Prisma
Join
The official Discord server of Prisma! Find us online at prisma.io
9,819
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
PrismaClientKnownRequestError
P
Prisma / help-and-questions
4mo ago
Middleware error: PrismaClientKnownRequestError
P
Prisma / help-and-questions
17mo ago
PrismaClientKnownRequestError: Invalid prisma.b2bTransaction.findUnique()
P
Prisma / help-and-questions
15mo ago
Where to find PrismaClientKnownRequestError with the new generated client
P
Prisma / help-and-questions
9mo ago