Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Change schema to enforce error #738

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

Open
danrot wants to merge 2 commits into staabm:main
base: main
Choose a base branch
Loading
from danrot:mysql-int-unsigned

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

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...

staabm reacted with thumbs up emoji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@staabm staabm staabm left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /