type
ConcurrentIndexPayload
type ConcurrentIndexPayload struct {
Action ConcurrentIndexAction `json:"action"`
Name string `json:"name"`
Table string `json:"table,omitempty"`
Unique bool `json:"unique,omitempty"`
Method string `json:"method,omitempty"`
Parts []string `json:"parts,omitempty"`
Predicate string `json:"predicate,omitempty"`
}A structured concurrent-index operation without free-form non-transaction SQL.
Source migration/phases.go:148
ActionConcurrentIndexAction- The Action value.
Namestring- The Name value.
Tablestring- The Table value.
Uniquebool- The Unique value.
Methodstring- The Method value.
Parts[]string- The Parts value.
Predicatestring- The Predicate value.