is there anyway to store large numbers in prisma w...
# orm-help
e
is there anyway to store large numbers in prisma without using bigint? 2233459262 is a regular number in js, but doesn’t fit into int4. annoying to have to use BigInt in JS to handle this. we just want it to be a number