Lots of changes
This commit is contained in:
@ -6,7 +6,10 @@ import (
|
||||
|
||||
type Benchmark struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
Name string
|
||||
ScoringType string
|
||||
Description string
|
||||
|
||||
// many-to-many test
|
||||
Tests[] Test `gorm:"many2many:tests_benchmarks;"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user