feat: file type.
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
type AIAnalysisRecord struct {
|
||||
gorm.Model
|
||||
RegionID *uint32 `gorm:"index" json:"regionId"`
|
||||
TrainId string `gorm:"size:255;index" json:"trainId"`
|
||||
SourceType string `gorm:"size:32" json:"sourceType"`
|
||||
AnalysisType string `gorm:"size:32" json:"analysisType"`
|
||||
AnalysisResult string `gorm:"type:text" json:"analysisResult"`
|
||||
|
||||
Reference in New Issue
Block a user