package models import ( "gorm.io/datatypes" ) type Journal struct { Date datatypes.Date `gorm:"primaryKey"` Thankful datatypes.JSON LookingForward datatypes.JSON BeenGreat datatypes.JSON DoBetter datatypes.JSON Journal string }