MCPcopy
hub / github.com/gourouting/singo / migration

Function migration

model/migration.go:5–8  ·  view source on GitHub ↗

Run database migrations.

()

Source from the content-addressed store, hash-verified

3// Run database migrations.
4
5func migration() {
6 // Auto migration mode.
7 _ = DB.AutoMigrate(&User{})
8}

Callers 1

DatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected