We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 325bf76 + 429e47d commit daaae8cCopy full SHA for daaae8c
BankAccount/pkg/entities/transactionhistory.go
@@ -6,5 +6,5 @@ type TransactionHistory struct {
6
AccountId int `db:"account_id"`
7
Amount float64 `db: "amount"`
8
Action string `db: "action"`
9
- Created string `db: "created_at"`
+ CreatedAt string `db: "created_at"`
10
}
0 commit comments