Replies: 1 comment
-
Hi, @8auu
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
logChannelId
I 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...
Beta Was this translation helpful? Give feedback.
All reactions