go-gorm / sharding

High performance table sharding plugin for Gorm.
MIT License
255 stars 48 forks source link

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

Closed joykk closed 8 months ago

joykk commented 8 months 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