model/procedures.go
@@ -11,7 +11,7 @@ type ( Procedures struct { gorm.Model `json:"-"` gorm.Model WorkOrderID string `gorm:"index;type:varchar(191);not null" json:"-"` OrderID string `gorm:"index;type:varchar(191);not null" json:"-"` DeviceID string `gorm:"index;type:varchar(191)" json:"deviceId"`