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