update migration

This commit is contained in:
vanilia
2025-12-09 10:02:01 +07:00
parent 4a22609243
commit 3e4a49f216
3 changed files with 6 additions and 1 deletions
@@ -1,6 +1,7 @@
package chemo
import (
ere "simrs-vx/internal/domain/references/encounter"
"time"
ecore "simrs-vx/internal/domain/base-entities/core"
@@ -27,4 +28,5 @@ type Chemo struct {
Doctor_Code *string `json:"doctor_code"`
Doctor *ed.Doctor `json:"doctor" gorm:"foreignKey:Doctor_Code;references:Code"`
NextChemoDate *time.Time `json:"nextChemoDate"`
Class_Code ere.ChemoClassCode `json:"class_code"`
}