MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / AlterColumnOperation

TypeAlias AlterColumnOperation

pkg/sql/ast/types.go:39–39  ·  view source on GitHub ↗

AlterColumnOperation represents operations that can be performed on columns

Source from the content-addressed store, hash-verified

37
38// AlterColumnOperation represents operations that can be performed on columns
39type AlterColumnOperation int
40
41const (
42 AlterColumnSetDefault AlterColumnOperation = iota

Callers 1

TestAlterColumnOperationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected