Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqldef/sqldef
/ CreateIndex
Struct
CreateIndex
schema/ast.go:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
type
CreateIndex
struct
{
115
statement string
116
tableName QualifiedName
117
index Index
118
}
119
120
type
AddIndex
struct
{
121
statement string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected