MCPcopy
hub / github.com/sqldef/sqldef / AddIndex

Struct AddIndex

schema/ast.go:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120type AddIndex struct {
121 statement string
122 tableName QualifiedName
123 constraint bool
124 index Index
125}
126
127type AddPrimaryKey struct {
128 statement string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected