This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Replies: 1 comment
|
Hi, @8auu |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Edit: Fixed the problem, I'm pretty sure the commands to update schema were not working, so I had to copy it in from my web app and generate the prisma client that way.
Hello,
I'm having some issues with the Python Prisma client (version: 0.6.6). I have some data which I'm trying to insert into my database but it seems to be ignoring the keys I specify and puts the data into random columns...
example:
logChannelIdI set to"3"but in the database it is inserted as"4"?I am getting no errors in my console. I have ran the following commands to update my schema (all seems okay):
schema.prisma
Inserted data in database...

All reactions