We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf07a3f commit fd7c596Copy full SHA for fd7c596
pkg/models/user.go
@@ -29,6 +29,7 @@ type User struct {
29
IsAdmin bool `gorm:"default:false"`
30
IsCommunityAdmin bool `gorm:"default:false"`
31
InvitationCode string
32
+ InvitedByUserID uint
33
Reward int
34
HasPostedComments bool `gorm:"default:false"`
35
}
0 commit comments