|
|
@@ -41,8 +41,9 @@ type Attachment struct { |
|
|
|
UploaderID int64 `xorm:"INDEX DEFAULT 0"` // Notice: will be zero before this column added |
|
|
|
CommentID int64 |
|
|
|
Name string |
|
|
|
Description string `xorm:"TEXT"` |
|
|
|
DownloadCount int64 `xorm:"DEFAULT 0"` |
|
|
|
Description string `xorm:"TEXT"` |
|
|
|
DownloadCount int64 `xorm:"DEFAULT 0"` |
|
|
|
UseCount int64 |
|
|
|
Size int64 `xorm:"DEFAULT 0"` |
|
|
|
IsPrivate bool `xorm:"DEFAULT false"` |
|
|
|
DecompressState int32 `xorm:"DEFAULT 0"` |
|
|
|