Add comment to debt
This commit is contained in:
parent
7a63668801
commit
9adad26639
|
@ -10,6 +10,7 @@ type Debt struct {
|
|||
gorm.Model
|
||||
CardID uint
|
||||
Card *Card
|
||||
Comment string
|
||||
Value uint64
|
||||
IOwe bool
|
||||
Date time.Time
|
||||
|
|
Loading…
Reference in New Issue
Block a user