-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[#6372] Fixed nullable constraint bug for columns during auto migration #7269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add some tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
@a631807682 @daheige +) Also, test failed in master branch at local env. |
Fixed by go-gorm/sqlserver#134 Upgrade gorm.io/driver/sqlserver to v1.5.4 |
@a631807682 |
What did this pull request do?
Fix nullable constraint bug for columns during auto migration.
User Case Description
TBD.