Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
type
Index
interface
{
51
Table() string
52
Name() string
53
Columns() []string
54
PrimaryKey() (isPrimaryKey bool, ok bool)
Callers
15
TestWithResultIncludesError
Function · 0.65
preloadEntryPoint
Function · 0.65
DeleteBeforeAssociations
Function · 0.65
ColumnTypes
Method · 0.65
TestTable
Function · 0.65
TestTableWithAllFields
Function · 0.65
TestMigrate
Function · 0.65
TestAutoMigrateNullable
Function · 0.65
TestSmartMigrateColumn
Function · 0.65
TestSmartMigrateColumnGaussDB
Function · 0.65
TestTiDBMigrateColumns
Function · 0.65
TestMigrateColumns
Function · 0.65
Implementers
1
Index
migrator/index.go
Calls
no outgoing calls
Tested by
15
TestWithResultIncludesError
Function · 0.52
TestTable
Function · 0.52
TestTableWithAllFields
Function · 0.52
TestMigrate
Function · 0.52
TestAutoMigrateNullable
Function · 0.52
TestSmartMigrateColumn
Function · 0.52
TestSmartMigrateColumnGaussDB
Function · 0.52
TestTiDBMigrateColumns
Function · 0.52
TestMigrateColumns
Function · 0.52
TestMigrateIndexesWithDynamicTableName
Function · 0.52
TestMigrateColumnOrder
Function · 0.52
TestMigrateSerialColumn
Function · 0.52