fix disability column typo

This commit is contained in:
dpurbosakti
2025-10-06 11:59:50 +07:00
parent 7966cd11e1
commit cb7eac26ef
3 changed files with 6 additions and 3 deletions
@@ -36,7 +36,7 @@ type Person struct {
Language_Code *string `json:"language_code" gorm:"size:10"`
Language *el.Language `json:"language,omitempty" gorm:"foreignKey:Language_Code;references:Code"`
CommunicationIssueStatus bool `json:"communicationIssueStatus"`
Disabillity *string `json:"disabillity" gorm:"size:100"`
Disability *string `json:"disability" gorm:"size:100"`
ResidentIdentityFileUrl *string `json:"residentIdentityFileUrl" gorm:"size:1024"`
PassportFileUrl *string `json:"passportFileUrl" gorm:"size:1024"`
DrivingLicenseFileUrl *string `json:"drivingLicenseFileUrl" gorm:"size:1024"`