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

feat(mysql): Support SERIAL data type #4533

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

VaggelisD
Copy link
Collaborator

Fixes #4529

According to MySQL docs SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE.

Docs

MySQL Numeric types

@georgesittas georgesittas merged commit cc44ed7 into main Dec 18, 2024
7 checks passed
@georgesittas georgesittas deleted the vaggelisd/mysql_serial branch December 18, 2024 11:08
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.

"SERIAL" keyword is not supported in mysql dialect
2 participants