typeSQLPayloadtype SQLPayload struct { SQL string `json:"sql"` }One transactional SQL statement.Source migration/phases.go:92SQL:stringThe SQL value.