package tables type ValueType struct { ID uint `gorm:"primaryKey"` Name string Description string }