We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466cde6 commit 1ec34bfCopy full SHA for 1ec34bf
backend/src/apiserver/model/db_status.go
@@ -15,5 +15,5 @@
15
package model
16
17
type DBStatus struct {
18
- HaveSamplesLoaded bool `gorm:"column:HaveSamplesLoaded; not null"`
+ HaveSamplesLoaded bool `gorm:"column:HaveSamplesLoaded; not null; primary_key"`
19
}
backend/src/apiserver/model/default_experiment.go
type DefaultExperiment struct {
- DefaultExperimentId string `gorm:"column:DefaultExperimentId; not null"`
+ DefaultExperimentId string `gorm:"column:DefaultExperimentId; not null; primary_key"`
0 commit comments