Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
type
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
TestMigrateWithUniqueIndexAndUnique
Function · 0.95
AddVar
Method · 0.65
AddClause
Method · 0.65
AddClauseIfNotExists
Method · 0.65
Open
Function · 0.65
Use
Method · 0.65
AssertEqual
Function · 0.65
AutoMigrate
Method · 0.65
Name
Method · 0.65
TestTable
Function · 0.65
TestTableWithAllFields
Function · 0.65
TestPostgresTableWithIdentifierLength
Function · 0.65
Implementers
1
Index
migrator/index.go
Calls
no outgoing calls
Tested by
15
TestMigrateWithUniqueIndexAndUnique
Function · 0.76
TestTable
Function · 0.52
TestTableWithAllFields
Function · 0.52
TestPostgresTableWithIdentifierLength
Function · 0.52
TestGaussDBTableWithIdentifierLength
Function · 0.52
TestAutoMigrateInt8PGAndGaussDB
Function · 0.52
TestAutoMigrateNullable
Function · 0.52
TestSmartMigrateColumn
Function · 0.52
TestSmartMigrateColumnGaussDB
Function · 0.52
TestMigrateWithIndexComment
Function · 0.52
TestMigrateWithQuotedIndex
Function · 0.52
TestTiDBMigrateColumns
Function · 0.52