|
|
|
@@ -13,7 +13,6 @@ type PCMJob struct { |
|
|
|
JobSetID schsdk.JobSetID `gorm:"column:jobset_id" json:"jobSetID"` |
|
|
|
LocalJobID string `gorm:"column:local_job_id" json:"localJobID"` |
|
|
|
Param string `gorm:"column:param" json:"param"` |
|
|
|
Output string `gorm:"column:run_output" json:"runOutput"` |
|
|
|
Token string `gorm:"column:token" json:"token"` |
|
|
|
CreatedAt time.Time `gorm:"column:created_at" json:"createdAt"` |
|
|
|
} |
|
|
|
|