field type change + fkey
This commit is contained in:
parent
7329816259
commit
bf193c7d90
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue