Added book summary
This commit is contained in:
@@ -6,6 +6,7 @@ type Book struct {
|
||||
gorm.Model
|
||||
Title string `json:"title" gorm:"not null"`
|
||||
Author string `json:"author"`
|
||||
Summary string `json:"summary"`
|
||||
AddedBy User
|
||||
AddedByID uint
|
||||
Cover StaticFile
|
||||
|
||||
Reference in New Issue
Block a user