go-gorm / sharding

High performance table sharding plugin for Gorm.
MIT License
275 stars 60 forks source link

修复panic: interface conversion: sharding.ShardingMigrator is not migrato… #137

Closed joykk closed 1 year ago

joykk commented 1 year ago

…r.BuildIndexOptionsInterface: missing method BuildIndexOptions

修复有gorm:index标签时报错的问题 fix:https://github.com/go-gorm/sharding/issues/97

What did this pull request do?

User Case Description