Skip to content

Commit d68e445

Browse files
committed
fix: return enum type
Signed-off-by: Muhammad Aaqil <[email protected]>
1 parent 2508108 commit d68e445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/discovery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ function mixinDiscovery(MySQL, mysql) {
341341
case 'LONGTEXT':
342342
case 'TEXT':
343343
case 'ENUM':
344+
return columnType;
344345
case 'SET':
345346
return 'String';
346347
case 'TINYBLOB':

0 commit comments

Comments
 (0)