mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 02:33:42 +08:00
feat: attachments manage function is ready
This commit is contained in:
@@ -5,6 +5,7 @@ import "time"
|
||||
type File struct {
|
||||
Id uint `gorm:"primarykey;column:id"`
|
||||
UserId uint
|
||||
Name string
|
||||
URL string
|
||||
Ext string
|
||||
Size int64
|
||||
|
||||
Reference in New Issue
Block a user