MCPcopy
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

AutoMigrateMethod · 0.65
TestMigrateFunction · 0.65
TestGaussDBOnConstraintFunction · 0.65
TestPostgresOnConstraintFunction · 0.65

Implementers 1

Migratormigrator/migrator.go

Calls

no outgoing calls

Tested by 3

TestMigrateFunction · 0.52
TestGaussDBOnConstraintFunction · 0.52
TestPostgresOnConstraintFunction · 0.52