MCPcopy
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
114type CreateIndex struct {
115 statement string
116 tableName QualifiedName
117 index Index
118}
119
120type AddIndex struct {
121 statement string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected