Added TakenAtChanged flag

This commit is contained in:
Michael Mayer 2018-10-08 09:26:05 +02:00
parent b41ec80e96
commit b9f1fe930b

View file

@ -8,6 +8,7 @@ import (
type Photo struct {
gorm.Model
TakenAt time.Time
TakenAtChanged bool
PhotoTitle string
PhotoTitleChanged bool
PhotoDescription string `gorm:"type:text;"`