Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ EmptyTableEditor
Struct
EmptyTableEditor
catalog/table.go:481–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
if
autoIncrement {
480
t.comment.Meta.Sequence =
""
481
}
482
return
t.withSchema(ctx)
483
}
484
485
// ModifyColumn implements sql.AlterableTable.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected