Add transfer_id

This commit is contained in:
2022-01-09 20:47:43 +00:00
parent 2f3e4bc748
commit 951e827d20
3 changed files with 11 additions and 2 deletions

View File

@ -64,6 +64,7 @@ type Transaction struct {
AccountID uuid.UUID
CategoryID uuid.NullUUID
PayeeID uuid.NullUUID
TransferID uuid.NullUUID
}
type TransactionsByMonth struct {