Update Order
This commit is contained in:
parent
0242fcb03c
commit
3e138d72a3
@ -21,8 +21,6 @@ type Product struct {
|
|||||||
DeletedAt *time.Time `gorm:"column:deleted_at"`
|
DeletedAt *time.Time `gorm:"column:deleted_at"`
|
||||||
CreatedBy int64 `gorm:"type:int;column:created_by"`
|
CreatedBy int64 `gorm:"type:int;column:created_by"`
|
||||||
UpdatedBy int64 `gorm:"type:int;column:updated_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 {
|
func (Product) TableName() string {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user