Add comment to debt

This commit is contained in:
qowevisa 2024-08-03 15:49:58 +03:00
parent 7a63668801
commit 9adad26639

View File

@ -10,6 +10,7 @@ type Debt struct {
gorm.Model
CardID uint
Card *Card
Comment string
Value uint64
IOwe bool
Date time.Time