cognitom / momy

MongoDB to MySQL replication
https://www.npmjs.com/package/momy
MIT License
98 stars 37 forks source link

datetime is null in mysql #30

Open hope1234567hope opened 3 years ago

hope1234567hope commented 3 years ago

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

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

ssuriyayuvan commented 3 years ago

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

seuaCoder commented 1 year ago

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