fix(datetime): add datetime and timestamp detection

This commit is contained in:
Johann Pinson 2018-06-20 19:08:58 +02:00
parent 34aef5bbc6
commit 6bbc5c8993

View File

@ -172,6 +172,8 @@ module.exports = {
type = 'Float';
break;
case 'date':
case 'datetime':
case 'timestamp':
type = 'DateTime';
break;
case 'enumeration':