diff --git a/db/debt.go b/db/debt.go index b7d8558..3c9ef6c 100644 --- a/db/debt.go +++ b/db/debt.go @@ -10,6 +10,7 @@ type Debt struct { gorm.Model CardID uint Card *Card + Comment string Value uint64 IOwe bool Date time.Time