Timo
04/16/2021, 7:12 AMthumbsup Int @default(0)
thumbsdown Int @default(0)
unicorn Int @default(0)
This would allow me to
thumbsup: {increment: 1}
But what if I want to increase emojis to 100 - I would have to add 100 of these fields. Is there an alternative? I could use a JSON field
emojis Json
but I read that JSON takes more space and there's currently no way to: emojis[emojiName]: {increment: 1} right?