You've already forked golang-base-project
Initial commit
This commit is contained in:
10
models/website.go
Normal file
10
models/website.go
Normal file
@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type Website struct {
|
||||
gorm.Model
|
||||
Title string
|
||||
Description string
|
||||
URL string
|
||||
}
|
Reference in New Issue
Block a user