Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move bigint to string data type #31

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Conversation

davedefiq
Copy link

@davedefiq davedefiq commented Dec 11, 2021

In typeorm, bigint type maps to a string type according to this:

https://typeorm.io/#/entities/column-types-for-postgres

However this may be limited to postgres/mysql and subject to the configuration flag bigNumberStrings:

https://github.com/typeorm/typeorm/blob/master/docs/connection-options.md

@dziraf dziraf merged commit 83716ee into SoftwareBrothers:master Jan 21, 2022
github-actions bot pushed a commit that referenced this pull request Jan 21, 2022
## [2.0.1](v2.0.0...v2.0.1) (2022-01-21)

### Bug Fixes

* move bigint to string data type ([#31](#31)) ([83716ee](83716ee))
@github-actions
Copy link

🎉 This PR is included in version 2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants