Merge pull request #18 from eldefay/patch-1

Update discovery.js
This commit is contained in:
Raymond Feng 2014-02-11 08:52:59 -08:00
commit 59676592e0
1 changed files with 2 additions and 0 deletions

View File

@ -348,6 +348,8 @@ function mixinDiscovery(MySQL) {
case 'TIMESTAMP': case 'TIMESTAMP':
case 'DATETIME': case 'DATETIME':
return 'Date'; return 'Date';
case 'POINT'
return 'GeoPoint';
default: default:
return 'String'; return 'String';
} }