record transaction created ip

This commit is contained in:
MaysWind
2023-03-26 20:03:44 +08:00
parent dbf5c0a5bd
commit 8d5de98218
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -48,6 +48,7 @@ type Transaction struct {
RelatedAccountAmount int64 `xorm:"NOT NULL"`
HideAmount bool `xorm:"NOT NULL"`
Comment string `xorm:"VARCHAR(255) NOT NULL"`
CreatedIp string `xorm:"VARCHAR(39)"`
CreatedUnixTime int64
UpdatedUnixTime int64
DeletedUnixTime int64