You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The table in the following section misses type mappings for unsigned integers.
Whilst signed 32-bit integers have an upper-bound of 2147483647, unsigned 32-bit integers top out at 4294967295 which is beyond what js' number can handle and lands in bigint
The table in the following section misses type mappings for unsigned integers.
Whilst signed 32-bit integers have an upper-bound of
2147483647
, unsigned 32-bit integers top out at4294967295
which is beyond what js'number
can handle and lands inbigint
MySQL docs
Related issue: prisma/prisma#24136
The text was updated successfully, but these errors were encountered: