MCPcopy
hub / github.com/go-gorm/gorm / DropConstraint

Method DropConstraint

migrator.go:102–102  ·  view source on GitHub ↗
(dst interface{}, name string)

Source from the content-addressed store, hash-verified

100 // Constraints
101 CreateConstraint(dst interface{}, name string) error
102 DropConstraint(dst interface{}, name string) error
103 HasConstraint(dst interface{}, name string) bool
104
105 // Indexes

Callers 2

MigrateColumnUniqueMethod · 0.65
TestMigrateConstraintFunction · 0.65

Implementers 1

Migratormigrator/migrator.go

Calls

no outgoing calls

Tested by 1

TestMigrateConstraintFunction · 0.52