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

Struct DropTableOperation

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

Source from the content-addressed store, hash-verified

87var _ Operation = (*DropColumnOperation)(nil)
88
89type DropTableOperation struct {
90 Table string `json:"table"`
91 Column string `json:"column"`
92}
93
94func (o DropTableOperation) Execute(basicRes context.BasicRes) errors.Error {
95 db := basicRes.GetDal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected