Hi there, guys :wave::skin-tone-3: I am encounter...
# orm-help
a
Hi there, guys 👋🏼 I am encountering this problem when executing a
createMany
call. As you can see, the data that I pass to it are careers with unique names, so the message doesn't make sense to me 😕 I'll attach the relevant schema portions in this thread. Thanks!
1
t
Only thing that comes to mind is encoding, what encoding does the database have? Maybe it gets rid of the accents and these two endup being same? You could try to remove one of them to see if that's the case.
2
a
😮 I didn't catch that haha, thank you!
t
No problem, glad I could help!