Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
func
migration() {
6
// Auto migration mode.
7
_ = DB.AutoMigrate(&User{})
8
}
Callers
1
Database
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected