type
MigrationStatus
type MigrationStatus struct {
Name string `json:"name"`
Checksum string `json:"checksum"`
Version uint32 `json:"version"`
Applied bool `json:"applied"`
Phases []MigrationPhaseStatus `json:"phases"`
}One immutable artifact relative to the SQLite ledger.
Source adapters/sqlite/migrations.go:64
Namestring- The Name value.
Checksumstring- The Checksum value.
Versionuint32- The Version value.
Appliedbool- The Applied value.
Phases[]MigrationPhaseStatus- The Phases value.