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 #317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

DEV: Fix mismatched column types #317

wants to merge 1 commit into from

Conversation

nbianca
Copy link
Member

@nbianca nbianca commented Oct 25, 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.

This was using a temporary plugin / test API to make tests pass, but it is safe to alter these tables because they usually have less than 1M rows and migration is going to be fast.

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.

This was using a temporary plugin / test API to make tests pass, but it
is safe to alter these tables because they usually have less than 1M
rows.
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.

1 participant