MCPcopy
hub / github.com/go-gorm/gorm / BuildIndexOptions

Method BuildIndexOptions

migrator/migrator.go:831–831  ·  view source on GitHub ↗
([]schema.IndexOption, *gorm.Statement)

Source from the content-addressed store, hash-verified

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

Callers 2

CreateTableMethod · 0.65
CreateIndexMethod · 0.65

Implementers 1

Migratormigrator/migrator.go

Calls

no outgoing calls

Tested by

no test coverage detected