([]schema.IndexOption, *gorm.Statement)
| 829 | // BuildIndexOptionsInterface build index options interface |
| 830 | type BuildIndexOptionsInterface interface { |
| 831 | BuildIndexOptions([]schema.IndexOption, *gorm.Statement) []interface{} |
| 832 | } |
| 833 | |
| 834 | // CreateIndex create index `name` |
no outgoing calls
no test coverage detected