package tables import "time" type Value struct { ID uint `gorm:"primaryKey"` Date time.Time InstanceID int Instance Instance ValueTypeID int ValueType ValueType Value string }