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