This commit is contained in:
parent
daf401a2f7
commit
8d4ba2ecae
14 changed files with 56 additions and 7 deletions
|
@ -4,7 +4,10 @@ import "gorm.io/gorm"
|
|||
|
||||
type Reaction struct {
|
||||
gorm.Model
|
||||
Note Note
|
||||
NoteId string
|
||||
Reactor User
|
||||
ReactorId string
|
||||
Emote Emote
|
||||
EmoteId uint
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue