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)
The text was updated successfully, but these errors were encountered:
it's currently using a
string
because at the time, it looked like gorm couldn't handle(database/sql/driver).Valuer
s. I've found, in #105, that it can, however. Investigate whether it can use a*Timestamp
instead (which itself is aValuer
)The text was updated successfully, but these errors were encountered: