Victor Neznaykin
Results
2
comments of
Victor Neznaykin
I also caught this problem After reading the source code, I found the solution for myself. I just wrap my model in `sql.NullTime` before inserting. ```golang toInsertTime := sql.NullTime {...