MCPcopy
hub / github.com/sqldef/sqldef / AddPrimaryKey

Struct AddPrimaryKey

schema/ast.go:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127type AddPrimaryKey struct {
128 statement string
129 tableName QualifiedName
130 index Index
131}
132
133type AddForeignKey struct {
134 statement string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected