package storage import "time" type {{ .Name }} struct { {{ range .Properties }} {{ .NameCorrected }} {{ .DBTypeToGoType }}{{ end }} }