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: avoid parenthesis around default null in BLOB, TEXT, GEOMETRY and JSON column #9301

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

harshit-gangal
Copy link
Member

Description

This PR avoids adding parenthesis around null value in default for BLOB, TEXT, GEOMETRY and JSON column.

Related Issue(s)

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

… JSON column

Signed-off-by: Harshit Gangal <harshit@planetscale.com>
@GuptaManan100 GuptaManan100 merged commit 40fca89 into vitessio:main Dec 1, 2021
@GuptaManan100 GuptaManan100 deleted the json-null-default branch December 1, 2021 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CREATE TABLE statements use format unsupported on MySQL < 8.x
3 participants