Added description field to Test model
This commit is contained in:
parent
6cb2ac0263
commit
86bf4d37f0
@ -7,6 +7,7 @@ import (
|
||||
type Test struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
Description string
|
||||
|
||||
// belongs to hardware
|
||||
HardwareID int
|
||||
|
Loading…
Reference in New Issue
Block a user