type
MongoDBCreateIndexPayload
type MongoDBCreateIndexPayload struct {
Collection string `json:"collection"`
Index string `json:"index"`
}Physical identity for one planner-owned MongoDB index.
Source migration/phases.go:160
Collectionstring- The Collection value.
Indexstring- The Index value.
The adapter reconstructs the exact index definition from the embedded manifest and versioned planner; BSON commands are not serialized into the artifact.