package models type File struct { Model Filename string ContentType string Size int Body []byte `gorm:"type:bytea"` }