Fix merge issue
This commit is contained in:
parent
e54aa56cee
commit
1e73a4b496
|
@ -348,7 +348,7 @@ function mixinDiscovery(MySQL) {
|
|||
case 'TIMESTAMP':
|
||||
case 'DATETIME':
|
||||
return 'Date';
|
||||
case 'POINT'
|
||||
case 'POINT':
|
||||
return 'GeoPoint';
|
||||
default:
|
||||
return 'String';
|
||||
|
|
Loading…
Reference in New Issue