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