sharing base64 file data

This commit is contained in:
grngxd 2025-06-08 00:00:56 +01:00 committed by hex
parent c4f7f79cfd
commit f947cba89d
2 changed files with 18 additions and 0 deletions

View file

@ -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"`
}