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

Method Name

migrator.go:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50type Index interface {
51 Table() string
52 Name() string
53 Columns() []string
54 PrimaryKey() (isPrimaryKey bool, ok bool)
55 Unique() (unique bool, ok bool)

Callers 15

AddVarMethod · 0.65
AddClauseMethod · 0.65
AddClauseIfNotExistsMethod · 0.65
OpenFunction · 0.65
UseMethod · 0.65
AssertEqualFunction · 0.65
AutoMigrateMethod · 0.65
NameMethod · 0.65
TestTableFunction · 0.65
TestTableWithAllFieldsFunction · 0.65

Implementers 1

Indexmigrator/index.go

Calls

no outgoing calls