add fileUrl into general-consent

This commit is contained in:
dpurbosakti
2025-11-17 14:55:10 +07:00
parent 13ddfaab5f
commit 0bec4c3095
3 changed files with 6 additions and 2 deletions
@@ -10,4 +10,5 @@ type GeneralConsent struct {
Encounter_Id *uint `json:"encounter_id" gorm:"not null"`
Encounter *ee.Encounter `json:"encounter,omitempty" gorm:"foreignKey:Encounter_Id;references:Id"`
Value *string `json:"value"`
FileUrl *string `json:"fileUrl" gorm:"size:1024"`
}