Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ UniqueConstraint
Struct
UniqueConstraint
schema/constraint.go:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
type
UniqueConstraint
struct
{
46
Name string
47
Field *Field
48
}
49
50
func
(uni *UniqueConstraint) GetName() string {
return
uni.Name }
51
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected