diff --git a/lib/discovery.js b/lib/discovery.js index 82b7665..4df3684 100644 --- a/lib/discovery.js +++ b/lib/discovery.js @@ -348,6 +348,8 @@ function mixinDiscovery(MySQL) { case 'TIMESTAMP': case 'DATETIME': return 'Date'; + case 'POINT' + return 'GeoPoint'; default: return 'String'; }