This website works better with JavaScript.
Explore
Help
Sign In
ibnu
/
codeBase-Go-API
Watch
1
Star
0
Fork
You've already forked codeBase-Go-API
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
3
Branches
0
Tags
213 MiB
Tree:
c8a675d1d0
master
widyarhn-dev
yoga-dev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c8a675d1d0'
${ noResults }
codeBase-Go-API
/
initializers
/
syncDatabase.go
7 lines
102 B
Raw
Blame
History
package
initializers
import
"tugas1/models"
func
SyncDatabase
(
)
{
DB
.
AutoMigrate
(
&
models
.
Post
{
}
)
}
Reference in new issue
Copy Permalink