update methods

This commit is contained in:
nquidox 2026-03-07 15:49:54 +03:00
parent 6d12c55785
commit 71d13bb217
5 changed files with 277 additions and 59 deletions

View file

@ -11,7 +11,7 @@ type Merch struct {
UpdatedAt sql.NullTime
DeletedAt sql.NullTime
MerchUuid string
UserId string
UserId int64
Name string
}