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

DEV: Fix mismatched column types #121

Merged
merged 1 commit into from
Oct 15, 2024
Merged

DEV: Fix mismatched column types #121

merged 1 commit into from
Oct 15, 2024

Conversation

nbianca
Copy link
Member

@nbianca nbianca commented Oct 14, 2024

The primary key is usually a bigint column, but the foreign key columns are usually of integer type. This can lead to issues when joining these columns due to mismatched types and different value ranges.

The primary key is usually a bigint column, but the foreign key columns
are usually of integer type. This can lead to issues when joining these
columns due to mismatched types and different value ranges.
@nbianca nbianca merged commit 54eba42 into main Oct 15, 2024
4 checks passed
@nbianca nbianca deleted the dev-fix-types branch October 15, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants