MCPcopy
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

TestMigrateFunction · 0.65

Implementers 1

Migratormigrator/migrator.go

Calls

no outgoing calls

Tested by 1

TestMigrateFunction · 0.52