We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"collections": { "class": { "_id": "string", "tests": "string", "lastUpdate": "DATETIME"
in mongodb "lastUpdate" : ISODate("2019-01-03T13:01:01Z") ; but in mysql,lastUpdate is null?why?
The text was updated successfully, but these errors were encountered:
yeah i also face this problem. any answer you find?
Sorry, something went wrong.
i commented the line 25 in type.js: // if (typeof val !== 'number') return 'NULL' Woeking now.
// if (typeof val !== 'number') return 'NULL'
No branches or pull requests
"collections": {
"class": {
"_id": "string",
"tests": "string",
"lastUpdate": "DATETIME"
in mongodb "lastUpdate" : ISODate("2019-01-03T13:01:01Z") ;
but in mysql,lastUpdate is null?why?
The text was updated successfully, but these errors were encountered: