TypeOrm Mysql bigint string

TypeOrm에선 기본적으로 bigint를 string 포맷으로 인식함

number로 인식하게 하기 위해선 bigNumberStrings: false 해줘야됨.

https://typeorm.io/data-source-options#mysql–mariadb-data-source-options

This entry was posted in Javascript, nodejs. Bookmark the permalink.

Leave a comment