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