sharing base64 file data
This commit is contained in:
parent
e16a4eae26
commit
e5265e35e4
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