fix(gorm): not handling interface in type
This commit is contained in:
parent
b9888e50ac
commit
460e2ee881
3 changed files with 1 additions and 4 deletions
|
@ -16,8 +16,6 @@ import (
|
|||
|
||||
type Copaing struct {
|
||||
gorm.Model
|
||||
gokord.RedisBase
|
||||
gokord.DataBase
|
||||
DiscordID string `gorm:"not null"`
|
||||
XP uint `gorm:"default:0"`
|
||||
GuildID string `gorm:"not null"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue