-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
标签 uniqueIndex 在解析唯一性时未被判断,查看源代码发现仅判断了UNIQUE #5681
Comments
The issue has been automatically marked as stale as it missing playground pull request link, which is important to help others understand your issue effectively and make sure the issue hasn't been fixed on latest master, checkout https://github.com/go-gorm/playground for details. it will be closed in 30 days if no further activity occurs. if you are asking question, please use the |
@long980221 hello, uniqueIndex 可能是复合索引,所以不一定对,这个地方我研究一下怎么加 |
@li-jin-gou 好的,谢谢 |
如果使用uniqueIndex 创建了唯一索引,但是每次运行时会因为出现ALTER TABLE 语句,断点发现判断字段唯一性时仅仅读取了UNIQUE
Unique: utils.CheckTruth(tagSetting["UNIQUE"]),
未添加uniqueIndex 是有什么其他的考虑吗?望解答,谢谢!
The text was updated successfully, but these errors were encountered: