|
|
|
@@ -47,7 +47,7 @@ type AiModelConvert struct { |
|
|
|
RepoId int64 `xorm:"INDEX NULL"` |
|
|
|
ModelId string `xorm:"NOT NULL"` |
|
|
|
ModelVersion string `xorm:"NOT NULL"` |
|
|
|
ModelPath string `xorm:"NOT NULL"` |
|
|
|
ModelPath string `xorm:"NULL"` |
|
|
|
DestFormat int `xorm:"NOT NULL DEFAULT 0"` |
|
|
|
NetOutputFormat int `xorm:"NULL"` |
|
|
|
UserId int64 `xorm:"NOT NULL"` |
|
|
|
|