From 9adad2663910e0c45b40e6dbef1bbd916b06d693 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Sat, 3 Aug 2024 15:49:58 +0300 Subject: [PATCH] Add comment to debt --- db/debt.go | 1 + 1 file changed, 1 insertion(+) 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