Skip to content
Snippets Groups Projects
valueTypes.go 120 B
Newer Older
  • Learn to ignore specific revisions
  • package tables
    
    type ValueType struct {
    	ID          uint `gorm:"primaryKey"`
    	Name        string
    	Description string
    }