2022-02-05 18:39:26 +01:00

7 lines
85 B
Go

package models
type Photo struct {
ID uint32 `gorm:"primary_key"`
File string
}