Added book summary

This commit is contained in:
2025-11-03 18:19:19 +01:00
parent 86229dfad8
commit 442068f2ed
5 changed files with 24 additions and 6 deletions

View File

@@ -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