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

GH-32 Fix incorrect table definition for MySQL. #31

Merged
merged 6 commits into from
May 21, 2023
Merged

GH-32 Fix incorrect table definition for MySQL. #31

merged 6 commits into from
May 21, 2023

Conversation

Rollczi
Copy link
Contributor

@Rollczi Rollczi commented May 17, 2023

java.sql.SQLSyntaxErrorException: Incorrect table definition; there can be only one auto column and it must be defined as a key [...]

@Rollczi Rollczi changed the title Fix incorrect table definition for MySQL. GH-31 Fix incorrect table definition for MySQL. May 17, 2023
@dzikoysk dzikoysk changed the title GH-31 Fix incorrect table definition for MySQL. GH-32 Fix incorrect table definition for MySQL. May 17, 2023
@dzikoysk dzikoysk linked an issue May 17, 2023 that may be closed by this pull request
@dzikoysk dzikoysk merged commit 8cd6282 into dzikoysk:main May 21, 2023
@Rollczi Rollczi deleted the fix-primary-key branch May 21, 2023 19:05
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.

MySQL requires PRIMARY KEY definition on AUTO_INCREMENT column
2 participants