Initial commit
This commit is contained in:
7
models/player.go
Normal file
7
models/player.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Player struct {
|
||||
ID uint `json:"id" gorm:"primary_key"`
|
||||
Name string `json:"name"`
|
||||
ClanID uint `json:"clan_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user