change size mcu urgency level code

This commit is contained in:
dpurbosakti
2025-09-18 14:48:07 +07:00
parent 3b601c4d76
commit 28a8fff219
3 changed files with 7 additions and 4 deletions
@@ -21,5 +21,5 @@ type McuOrder struct {
ExaminationDate *time.Time `json:"examinationDate"`
Number uint8 `json:"number"`
Temperature float64 `json:"temperature"`
McuUrgencyLevel_Code ercl.McuUrgencyLevelCode `json:"mcuUrgencyLevel_code" gorm:"not null;size:10"`
McuUrgencyLevel_Code ercl.McuUrgencyLevelCode `json:"mcuUrgencyLevel_code" gorm:"not null;size:15"`
}