Skip to content

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