feat: mapper function for wish dto;
refactor: made guid foreign key for wish object for more ease of use
This commit is contained in:
@@ -88,6 +88,7 @@ type Wish struct {
|
||||
ID int64
|
||||
Guid pgtype.UUID
|
||||
WishListID int64
|
||||
WishListGuid pgtype.UUID
|
||||
Name string
|
||||
Description string
|
||||
PictureUrl string
|
||||
|
||||
Reference in New Issue
Block a user