Merge branch 'main' of ssh://git.ma-al.com:8822/goc_daniel/b2b into product-procedures
This commit is contained in:
@@ -93,4 +93,6 @@ type Product struct {
|
||||
// Relations
|
||||
Manufacturer string `gorm:"column:manufacturer" json:"manufacturer"`
|
||||
Category string `gorm:"column:category" json:"category"`
|
||||
|
||||
IsFavorite bool `gorm:"column:is_favorite" json:"is_favorite"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user