first try
This commit is contained in:
11
models/addonFiles.go
Normal file
11
models/addonFiles.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type AddonFile struct {
|
||||
gorm.Model
|
||||
Path string `json:"path"`
|
||||
Hash string `json:"hash"`
|
||||
AddonID string `json:"-"`
|
||||
VersionID int `json:"versionId"`
|
||||
}
|
||||
Reference in New Issue
Block a user