seems to be an issue the `prisma introspect` comma...
# orm-help
f
seems to be an issue the
prisma introspect
command. It was generating a type
Int
for the timestamp. Changing it to
Float
fixes the problem
n
oh ok, what's the actual column type in Postgres?
f
bigint
n
I see - would you mind creating an issue report that introspecting
bigint
columns fails? 🙂 https://github.com/prismagraphql/prisma/issues/new
f
I did !
n
awesome thanks 🙏