Monthly Archives: February 2023

TypeOrm Mysql bigint string

TypeOrm에선 기본적으로 bigint를 string 포맷으로 인식함 number로 인식하게 하기 위해선 bigNumberStrings: false 해줘야됨. https://typeorm.io/data-source-options#mysql–mariadb-data-source-options

Posted in Javascript, nodejs | Leave a comment