MCPcopy
hub / github.com/apache/devlake / DropColumnOperation

Struct DropColumnOperation

backend/server/services/remote/models/migration.go:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type DropColumnOperation struct {
75 Table string `json:"table"`
76 Column string `json:"column"`
77}
78
79func (o DropColumnOperation) Execute(basicRes context.BasicRes) errors.Error {
80 db := basicRes.GetDal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected