From 3e138d72a32290399139c7f1cda7d2a0c4e982c9 Mon Sep 17 00:00:00 2001 From: "aditya.siregar" Date: Wed, 14 Aug 2024 00:53:18 +0700 Subject: [PATCH] Update Order --- internal/entity/product.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/entity/product.go b/internal/entity/product.go index 5d55da7..bbefb72 100644 --- a/internal/entity/product.go +++ b/internal/entity/product.go @@ -21,8 +21,6 @@ type Product struct { DeletedAt *time.Time `gorm:"column:deleted_at"` CreatedBy int64 `gorm:"type:int;column:created_by"` UpdatedBy int64 `gorm:"type:int;column:updated_by"` - Region string `gorm:"type:varchar;column:region"` - Regency string `gorm:"type:varchar;column:regency"` } func (Product) TableName() string {