This commit is contained in:
Jerry 2020-03-10 19:26:06 +08:00
parent 5da946601c
commit e61638e49f
1 changed files with 0 additions and 1 deletions

View File

@ -286,7 +286,6 @@ func (engine *Engine) loadTableInfo(table *schemas.Table) error {
var seq int
for _, index := range indexes {
for _, name := range index.Cols {
seq++
if col := table.GetColumn(name); col != nil {
col.Indexes[index.Name] = index.Type
} else {