Skip to content

Commit

Permalink
fix: return enum type
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <[email protected]>
  • Loading branch information
aaqilniz committed Oct 17, 2023
1 parent 2508108 commit d68e445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/discovery.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ function mixinDiscovery(MySQL, mysql) {
case 'LONGTEXT':
case 'TEXT':
case 'ENUM':
return columnType;
case 'SET':
return 'String';
case 'TINYBLOB':
Expand Down

0 comments on commit d68e445

Please sign in to comment.