type gorm.io/gorm.Index (interface)

Method Implmentations

Columns() []string gorm.io/gorm/migrator.Index.Columns
Name() string gorm.io/gorm/migrator.Index.Name
Option() string gorm.io/gorm/migrator.Index.Option
PrimaryKey() (isPrimaryKey bool, ok bool) gorm.io/gorm/migrator.Index.PrimaryKey
Table() string gorm.io/gorm/migrator.Index.Table
Unique() (unique bool, ok bool) gorm.io/gorm/migrator.Index.Unique