Merge branch 'migration' of github.com:dikstub-rssa/simrs-be into feat/crud

This commit is contained in:
dpurbosakti
2025-09-01 17:57:46 +07:00
3 changed files with 7 additions and 2 deletions
@@ -13,6 +13,8 @@ import (
type Person struct {
ecore.Main // adjust this according to the needs
Name string `json:"name" gorm:"not null;size:150"`
FrontTitle *string `json:"frontTitle" gorm:"size:50"`
EndTitle *string `json:"endTitle" gorm:"size:50"`
BirthDate *time.Time `json:"birthDate,omitempty"`
BirthRegency_Code *string `json:"birthRegency_code" gorm:"size:4"`
Gender_Code *erp.GenderCode `json:"gender_code" gorm:"size:10"`