|
@@ -8,7 +8,7 @@ import (
|
|
|
type Ota struct {
|
|
|
gorm.Model
|
|
|
RecordId string `gorm:"column:record_id;size:32;index"`
|
|
|
- Name string `gorm:"column:name;size:30"`
|
|
|
+ Name string `gorm:"column:name;size:100"`
|
|
|
Url string `gorm:"column:url;size:200"`
|
|
|
Version string `gorm:"column:version;size:20"`
|
|
|
Size int `gorm:"column:size;"`
|