field type change + fkey

This commit is contained in:
nquidox 2026-03-08 14:27:31 +03:00
parent 7329816259
commit bf193c7d90
2 changed files with 4 additions and 3 deletions

View file

@ -29,9 +29,9 @@ type Price struct {
CreatedAt time.Time
UpdatedAt sql.NullTime
DeletedAt sql.NullTime
MerchUuid string
Price int
MerchId int64
OriginId int64
Price int
}
// ExtraData model. Table name: merch_extra_data