Merge branch 'ss---db-migration-22' of github.com:dikstub-rssa/simrs-be into migration

This commit is contained in:
dpurbosakti
2025-09-15 14:08:37 +07:00
12 changed files with 168 additions and 136 deletions
@@ -7,7 +7,7 @@ type Patient struct {
Active bool `json:"active"`
// Name []HumanName `json:"name"`
// Telecom []ContactPoint `json:"telecom"`
Gender string `json:"gender"`
Gender string `json:"gender" gorm:"size:10"`
BirthDate string `json:"birthDate"`
DeceasedBool bool `json:"deceasedBoolean"`
// Address []Address `json:"address"`