Hey guys, I updated my prisma today to the latest version (was 5.6) and all of the sudden my Int fields that I use to store timestamps started overflowing I guess?
For example I tried to set createdAt: 1708622646949 but the value that was saved is -774901306
I am using Mongodb, this completely broke my entire app, anyone got any idea whats going on? It was working fine before the update
I just tested it on my laptop, its still with the 5.6.0 version and it saved the correct timestamp without overflowing