sharing base64 file data
This commit is contained in:
parent
c4f7f79cfd
commit
f947cba89d
2 changed files with 18 additions and 0 deletions
|
@ -27,4 +27,5 @@ type File struct {
|
|||
Path string `gorm:"not null;index"`
|
||||
Owner string `gorm:"not null;index"`
|
||||
CreatedAt time.Time `gorm:"autoCreateTime"`
|
||||
Base64 string `gorm:"type:text"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue