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

Method Table

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

Source from the content-addressed store, hash-verified

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

Callers 15

preloadEntryPointFunction · 0.65
DeleteBeforeAssociationsFunction · 0.65
ColumnTypesMethod · 0.65
TestTableFunction · 0.65
TestTableWithAllFieldsFunction · 0.65
TestMigrateFunction · 0.65
TestAutoMigrateNullableFunction · 0.65
TestSmartMigrateColumnFunction · 0.65
TestTiDBMigrateColumnsFunction · 0.65
TestMigrateColumnsFunction · 0.65

Implementers 1

Indexmigrator/index.go

Calls

no outgoing calls

Tested by 15

TestTableFunction · 0.52
TestTableWithAllFieldsFunction · 0.52
TestMigrateFunction · 0.52
TestAutoMigrateNullableFunction · 0.52
TestSmartMigrateColumnFunction · 0.52
TestTiDBMigrateColumnsFunction · 0.52
TestMigrateColumnsFunction · 0.52
TestMigrateColumnOrderFunction · 0.52
TestMigrateSerialColumnFunction · 0.52