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 IndexBuilder builder.Builder
|
||||||
|
|
||||||
type indexData struct {
|
type indexData struct {
|
||||||
Unique bool
|
Unique bool
|
||||||
Spatial bool
|
Spatial bool
|
||||||
Fulltext bool
|
Fulltext bool
|
||||||
Name string
|
Name string
|
||||||
TableName string
|
TableName string
|
||||||
Columns []IndexColumn
|
Columns []IndexColumn
|
||||||
IfNotExists bool
|
IfNotExists bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type IndexColumn struct {
|
type IndexColumn struct {
|
||||||
Name string
|
Name string
|
||||||
Extras []string
|
Extras []string
|
||||||
Collate string
|
Collate string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue