Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ GetTables
Method
GetTables
migrator.go:82–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
HasTable(dst
interface
{}) bool
81
RenameTable(oldName, newName
interface
{}) error
82
GetTables() (tableList []string, err error)
83
TableType(dst
interface
{}) (TableType, error)
84
85
// Columns
Callers
1
TestMigrate
Function · 0.65
Implementers
1
Migrator
migrator/migrator.go
Calls
no outgoing calls
Tested by
1
TestMigrate
Function · 0.52