You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's currently using a string because at the time, it looked like gorm couldn't handle (database/sql/driver).Valuers. I've found, in #105, that it can, however. Investigate whether it can use a *Timestamp instead (which itself is a Valuer)
it's currently using a
stringbecause at the time, it looked like gorm couldn't handle(database/sql/driver).Valuers. I've found, in #105, that it can, however. Investigate whether it can use a*Timestampinstead (which itself is aValuer)