修复项目无法删除问题
This commit is contained in:
@@ -71,6 +71,7 @@ type Project struct {
|
||||
ExperiencedPeopleStart int `gorm:"column:experienced_people_start;not null;default:0"`
|
||||
DisplayTokenHash *string `gorm:"type:char(64)"`
|
||||
DeviceSimulationMode string `gorm:"size:16;not null"`
|
||||
ArchivedAt *time.Time
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user