fix up git
This commit is contained in:
@@ -66,8 +66,10 @@ type ExamSubmission struct {
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
ExamRoomID uint `gorm:"column:exam_room_id;not null;index" json:"examRoomId"`
|
||||
StudentRkID int64 `gorm:"column:student_rk_id;not null;index" json:"studentRkId"`
|
||||
FilePath string `gorm:"column:file_path;size:512;not null" json:"filePath"`
|
||||
FileName string `gorm:"column:file_name;size:255;not null" json:"fileName"`
|
||||
FilePath string `gorm:"column:file_path;size:512;not null" json:"filePath"`
|
||||
FileName string `gorm:"column:file_name;size:255;not null" json:"fileName"`
|
||||
GitRepoURL string `gorm:"column:git_repo_url;size:512" json:"gitRepoUrl,omitempty"`
|
||||
GitPublishURL string `gorm:"column:git_publish_url;size:1024" json:"gitPublishUrl,omitempty"`
|
||||
}
|
||||
|
||||
func (ExamSubmission) TableName() string { return "exam_submissions" }
|
||||
|
||||
Reference in New Issue
Block a user