momy icon indicating copy to clipboard operation
momy copied to clipboard

datetime is null in mysql

Open hope1234567hope opened this issue 4 years ago • 2 comments

"collections": { "class": { "_id": "string", "tests": "string", "lastUpdate": "DATETIME"

in mongodb "lastUpdate" : ISODate("2019-01-03T13:01:01Z") ; but in mysql,lastUpdate is null?why?

hope1234567hope avatar Jan 22 '21 05:01 hope1234567hope

yeah i also face this problem. any answer you find?

ssuriyayuvan avatar Jul 09 '21 10:07 ssuriyayuvan

i commented the line 25 in type.js: // if (typeof val !== 'number') return 'NULL' Woeking now.

seuaCoder avatar Feb 01 '23 10:02 seuaCoder