adjust subspecialist entity

This commit is contained in:
vanilia
2025-12-11 18:40:48 +07:00
parent ed19aa7d59
commit 3e266f1d0c
4 changed files with 10 additions and 5 deletions
@@ -7,7 +7,7 @@ import (
type Basic struct {
ecore.SmallMain // adjust this according to the needs
Code string `json:"code" gorm:"unique;size:20"`
Name string `json:"name" gorm:"size:50"`
Name string `json:"name" gorm:"size:100"`
Specialist_Code *string `json:"specialist_code" gorm:"size:20"`
}