Overwrite property datatype #330
Answered
by
MichalLytek
KirillSBarsukov
asked this question in
Q&A
-
Hi all! I have a question. This is my schema.prisma. Pretty simple
Is there any way to change BigInt to ID ?
Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
MichalLytek
Sep 20, 2022
Replies: 1 comment 1 reply
-
There is a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KirillSBarsukov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a
emitIdAsIDType
generator option. Looks like it's not well described in docs 😕