Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ CreateTable
Method
CreateTable
migrator.go:78–78 ·
view source on GitHub ↗
Tables
(dst ...interface{})
Source
from the content-addressed store, hash-verified
76
77
// Tables
78
CreateTable(dst ...
interface
{}) error
79
DropTable(dst ...
interface
{}) error
80
HasTable(dst
interface
{}) bool
81
RenameTable(oldName, newName
interface
{}) error
Callers
4
AutoMigrate
Method · 0.65
TestMigrate
Function · 0.65
TestGaussDBOnConstraint
Function · 0.65
TestPostgresOnConstraint
Function · 0.65
Implementers
1
Migrator
migrator/migrator.go
Calls
no outgoing calls
Tested by
3
TestMigrate
Function · 0.52
TestGaussDBOnConstraint
Function · 0.52
TestPostgresOnConstraint
Function · 0.52