-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The table main.User
does not exist in current database
#18
Comments
Hi Hyo, Just to be sure - did you implement this step in your app?
|
I removed |
Thank you for the update! That's an understandable confusion. The Are we good to close this issue for now? |
+1 on @hyochan's solution. I moved the scheme file, db, and migrations folder to the root (not the src) directory and got it working. This should be clarified in the readme. |
Does @prisma/react-native work with mongodb |
I have followed the tutorial and face below issue while creating user.
Migration done correctly, and
extendedClient.user.useFindMany()
is working.However, when I try to create user, it shows above error.
Below is my current sqlite status.
The text was updated successfully, but these errors were encountered: