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

Fix for MySQL 8 DEFAULT_GENERATED extra #2253

Merged
merged 8 commits into from
Dec 28, 2023
Merged

Fix for MySQL 8 DEFAULT_GENERATED extra #2253

merged 8 commits into from
Dec 28, 2023

Conversation

cergfix
Copy link
Contributor

@cergfix cergfix commented Dec 28, 2023

Fix for MySQL 8 DEFAULT_GENERATED extra handling.

DEFAULT_GENERATED in MySQL 8 appears automatically for columns that have an expression default value (e.g. default date). This is only a cosmetic/informational extra, that should NOT be used for recreating queries (CREATE or ALTER) and/or other database structures.

Fixes #2138.

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.

DEFAULT_GENERATED being added to queries.
2 participants