Compare commits
No commits in common. "main" and "v1.0.7" have entirely different histories.
|
@ -4,9 +4,8 @@ import "time"
|
|||
|
||||
type Question struct {
|
||||
Id string `gorm:"primaryKey;type:varchar(36)"`
|
||||
LessonId string `gorm:"type:varchar(36)"`
|
||||
QuestionId string `gorm:"type:varchar(36)"`
|
||||
ReplyId string `gorm:"type:varchar(36)"`
|
||||
LessonId string `gorm:"type:varchar(36)"`
|
||||
Message string `gorm:"type:text"`
|
||||
Likes uint16 `gorm:"type:smallint(5)"`
|
||||
CreatorUserId string `gorm:"type:varchar(36)"`
|
||||
|
|
Loading…
Reference in New Issue