Closed caproven closed 10 months ago
Gorm imo uses poor names. Anyway, datetypes.Time is actually a time.Duration (??) whereas datetypes.Date is a time.Time.
datetypes.Time
time.Duration
datetypes.Date
time.Time
Small change here, however any existing databases probably need to be wiped (presumably just local docker-compose instances)
Gorm imo uses poor names. Anyway,
datetypes.Time
is actually atime.Duration
(??) whereasdatetypes.Date
is atime.Time
.Small change here, however any existing databases probably need to be wiped (presumably just local docker-compose instances)