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

Change schema to enforce error #738

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danrot
Copy link

@danrot danrot commented Jan 29, 2025

No description provided.

@danrot danrot force-pushed the mysql-int-unsigned branch 2 times, most recently from 9f68d45 to c9af85e Compare January 29, 2025 11:22
@danrot danrot force-pushed the mysql-int-unsigned branch 3 times, most recently from ff4ff99 to ee506b5 Compare January 29, 2025 12:26
@danrot danrot force-pushed the mysql-int-unsigned branch from ee506b5 to f8b7b8e Compare January 29, 2025 19:21
@@ -30,7 +30,7 @@ ALTER TABLE `ak`


CREATE TABLE `typemix` (
`pid` int NOT NULL,
`pid` int unsigned NOT NULL AUTO_INCREMENT,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer adding a new column at the end of this table instead of changing a existing column.

Additionally we need the same schema change in the pgsql schema file

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am still trying to reproduce my issue #737... At first I thought it was somehow related to the column being the primary key, for which reason I added it here. And even though there seems to be some inconsistencies here since it is already breaking some tests, it's not failing in the way I supposed it to 🙈 I think I have to continue to try reproducing this...

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

Successfully merging this pull request may close these issues.

2 participants