package model type TrackerZones struct { ID string `json:"id" gorm:"primaryKey"` ZoneList []string `json:"zoneList" gorm:"serializer:json"` Tracker string `json:"tracker" gorm:"index"` Days string `json:"days"` Time string `json:"time"` }