We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the incoming Postgres type is NUMERIC(65, 30), the table fails to be created with
NUMERIC(65, 30)
INTERNAL: Could not create table <"db_replica"."banana_board_public"."packout_entry">Parser Error: Width must be between 1 and 38!
If a too-wide type is detected, autoconvert it to VARCHAR to avoid losing data but still allow the table creation / sync to proceed.
The text was updated successfully, but these errors were encountered:
elefeint
No branches or pull requests
When the incoming Postgres type is
NUMERIC(65, 30)
, the table fails to be created withIf a too-wide type is detected, autoconvert it to VARCHAR to avoid losing data but still allow the table creation / sync to proceed.
The text was updated successfully, but these errors were encountered: