Added description field to Test model

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent e5443fb644
commit 79924cd978

View File

@ -7,6 +7,7 @@ import (
type Test struct {
gorm.Model
Name string
Description string
// belongs to hardware
HardwareID int