MCPcopy
hub / github.com/go-gorm/gorm / DropTable

Method DropTable

migrator.go:79–79  ·  view source on GitHub ↗
(dst ...interface{})

Source from the content-addressed store, hash-verified

77 // Tables
78 CreateTable(dst ...interface{}) error
79 DropTable(dst ...interface{}) error
80 HasTable(dst interface{}) bool
81 RenameTable(oldName, newName interface{}) error
82 GetTables() (tableList []string, err error)

Callers 15

TestMigrateFunction · 0.65
TestAutoMigrateNullableFunction · 0.65
TestSmartMigrateColumnFunction · 0.65
TestMigrateTableFunction · 0.65

Implementers 1

Migratormigrator/migrator.go

Calls

no outgoing calls

Tested by 15

TestMigrateFunction · 0.52
TestAutoMigrateNullableFunction · 0.52
TestSmartMigrateColumnFunction · 0.52
TestMigrateTableFunction · 0.52