mirror of https://github.com/aldy505/bob.git
chore: fmt
This commit is contained in:
parent
070280bdf7
commit
a891b58ffb
|
@ -10,18 +10,18 @@ import (
|
|||
type IndexBuilder builder.Builder
|
||||
|
||||
type indexData struct {
|
||||
Unique bool
|
||||
Spatial bool
|
||||
Fulltext bool
|
||||
Name string
|
||||
TableName string
|
||||
Columns []IndexColumn
|
||||
Unique bool
|
||||
Spatial bool
|
||||
Fulltext bool
|
||||
Name string
|
||||
TableName string
|
||||
Columns []IndexColumn
|
||||
IfNotExists bool
|
||||
}
|
||||
|
||||
type IndexColumn struct {
|
||||
Name string
|
||||
Extras []string
|
||||
Name string
|
||||
Extras []string
|
||||
Collate string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue