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
It is a safe default. It's possible to cast to to BigInt instead. For this to work, you would also need to add a custom type parser in pg Postgres client:
import{types}from"pg";types.setTypeParser(20,BigInt);// Type Id 20 = BIGINT | BIGSERIAL
Hello and great job
add bigint in list in file : update-types.ts
const type = ["integer", "numeric", "decimal"].includes(x.type)
because it put it like a string
The text was updated successfully, but these errors were encountered: