This website requires JavaScript.
Explore
Help
Sign In
jimmy
/
clndr
Watch
1
Star
0
Fork
You've already forked clndr
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
clndr
/
api
/
models
/
migrations.go
10 lines
102 B
Go
Raw
Permalink
Blame
History
package
models
import
"fmt"
func
migrate
(
)
{
DB
(
)
.
AutoMigrate
(
&
User
{
}
)
fmt
.
Println
(
"Migrated"
)
}
Reference in New Issue
View Git Blame
Copy Permalink