basket update
This commit is contained in:
parent
597e72169a
commit
d614a907b5
@ -6,6 +6,7 @@ import (
|
|||||||
|
|
||||||
type BasketModel struct {
|
type BasketModel struct {
|
||||||
ID string `db:"id"`
|
ID string `db:"id"`
|
||||||
|
State string `db:"state"`
|
||||||
CreatedAt pgtype.Timestamp `db:"created_at"`
|
CreatedAt pgtype.Timestamp `db:"created_at"`
|
||||||
UpdatedAt pgtype.Timestamp `db:"updated_at"`
|
UpdatedAt pgtype.Timestamp `db:"updated_at"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user