V2
This commit is contained in:
6
backend/database/models/inbox.go
Normal file
6
backend/database/models/inbox.go
Normal file
@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Inbox struct {
|
||||
Id int32 `gorm:"primaryKey"`
|
||||
Item string
|
||||
}
|
||||
Reference in New Issue
Block a user