forked from github/dataease
Merge pull request #5113 from dataease/pr@dev@fixextratdata
fix: 识别 mysql BIGINT UNSIGNED
This commit is contained in:
commit
b5f2ba430e
@ -72,6 +72,7 @@ public class MysqlQueryProvider extends QueryProvider {
|
||||
case "MEDIUMINT":
|
||||
case "INTEGER":
|
||||
case "BIGINT":
|
||||
case "BIGINT UNSIGNED":
|
||||
case "LONG": //增加了LONG类型
|
||||
return 2;// 整型
|
||||
case "FLOAT":
|
||||
|
Loading…
Reference in New Issue
Block a user