UniversityOfHelsinkiCS / oodikone

An application for analyzing university data
https://oodikone.helsinki.fi
MIT License
14 stars 6 forks source link

[Backend] Change representation of bigint columns to strings in TypeScript #4583

Closed valtterikantanen closed 2 months ago

valtterikantanen commented 2 months ago

Sequelize automatically converts all bigints in the db into strings so they should be treated as such in our code.