MCPcopy
hub / github.com/sqldef/sqldef / AddForeignKey

Struct AddForeignKey

schema/ast.go:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type AddForeignKey struct {
134 statement string
135 tableName QualifiedName
136 foreignKey ForeignKey
137}
138
139type AddExclusion struct {
140 statement string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected