update size item group code

This commit is contained in:
dpurbosakti
2025-10-17 15:22:24 +07:00
parent 063c511777
commit 3bfabc9e4c
3 changed files with 54 additions and 51 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ type Item struct {
ecore.Main // adjust this according to the needs
Code string `json:"code" gorm:"unique;size:50"`
Name string `json:"name" gorm:"size:100"`
ItemGroup_Code ero.ItemGroupCode `json:"itemGroup_code" gorm:"size:10"`
ItemGroup_Code ero.ItemGroupCode `json:"itemGroup_code" gorm:"size:15"`
Uom_Code *string `json:"uom_code" gorm:"size:10"`
Uom *eu.Uom `json:"uom,omitempty" gorm:"foreignKey:Uom_Code;references:Code"`
Infra_Id *uint16 `json:"infra_id"`